Documentation ¶
Index ¶
- type Cors
- type CorsAttributes
- func (c CorsAttributes) AllowCredentials() terra.BoolValue
- func (c CorsAttributes) AllowHeaders() terra.ListValue[terra.StringValue]
- func (c CorsAttributes) AllowMethods() terra.ListValue[terra.StringValue]
- func (c CorsAttributes) AllowOrigins() terra.ListValue[terra.StringValue]
- func (c CorsAttributes) ExposeHeaders() terra.ListValue[terra.StringValue]
- func (c CorsAttributes) InternalRef() (terra.Reference, error)
- func (c CorsAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (c CorsAttributes) InternalWithRef(ref terra.Reference) CorsAttributes
- func (c CorsAttributes) MaxAge() terra.NumberValue
- type CorsState
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CorsAttributes ¶
type CorsAttributes struct {
// contains filtered or unexported fields
}
func (CorsAttributes) AllowCredentials ¶
func (c CorsAttributes) AllowCredentials() terra.BoolValue
func (CorsAttributes) AllowHeaders ¶
func (c CorsAttributes) AllowHeaders() terra.ListValue[terra.StringValue]
func (CorsAttributes) AllowMethods ¶
func (c CorsAttributes) AllowMethods() terra.ListValue[terra.StringValue]
func (CorsAttributes) AllowOrigins ¶
func (c CorsAttributes) AllowOrigins() terra.ListValue[terra.StringValue]
func (CorsAttributes) ExposeHeaders ¶
func (c CorsAttributes) ExposeHeaders() terra.ListValue[terra.StringValue]
func (CorsAttributes) InternalRef ¶
func (c CorsAttributes) InternalRef() (terra.Reference, error)
func (CorsAttributes) InternalTokens ¶
func (c CorsAttributes) InternalTokens() (hclwrite.Tokens, error)
func (CorsAttributes) InternalWithRef ¶
func (c CorsAttributes) InternalWithRef(ref terra.Reference) CorsAttributes
func (CorsAttributes) MaxAge ¶
func (c CorsAttributes) MaxAge() terra.NumberValue
Click to show internal directories.
Click to hide internal directories.