Documentation ¶
Index ¶
- type AuthorizerConfig
- type AuthorizerConfigAttributes
- func (ac AuthorizerConfigAttributes) AllowAuthorizerOverride() terra.BoolValue
- func (ac AuthorizerConfigAttributes) DefaultAuthorizerName() terra.StringValue
- func (ac AuthorizerConfigAttributes) InternalRef() (terra.Reference, error)
- func (ac AuthorizerConfigAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (ac AuthorizerConfigAttributes) InternalWithRef(ref terra.Reference) AuthorizerConfigAttributes
- type AuthorizerConfigState
- type TlsConfig
- type TlsConfigAttributes
- type TlsConfigState
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthorizerConfig ¶
type AuthorizerConfig struct { // AllowAuthorizerOverride: bool, optional AllowAuthorizerOverride terra.BoolValue `hcl:"allow_authorizer_override,attr"` // DefaultAuthorizerName: string, optional DefaultAuthorizerName terra.StringValue `hcl:"default_authorizer_name,attr"` }
type AuthorizerConfigAttributes ¶
type AuthorizerConfigAttributes struct {
// contains filtered or unexported fields
}
func (AuthorizerConfigAttributes) AllowAuthorizerOverride ¶
func (ac AuthorizerConfigAttributes) AllowAuthorizerOverride() terra.BoolValue
func (AuthorizerConfigAttributes) DefaultAuthorizerName ¶
func (ac AuthorizerConfigAttributes) DefaultAuthorizerName() terra.StringValue
func (AuthorizerConfigAttributes) InternalRef ¶
func (ac AuthorizerConfigAttributes) InternalRef() (terra.Reference, error)
func (AuthorizerConfigAttributes) InternalTokens ¶
func (ac AuthorizerConfigAttributes) InternalTokens() (hclwrite.Tokens, error)
func (AuthorizerConfigAttributes) InternalWithRef ¶
func (ac AuthorizerConfigAttributes) InternalWithRef(ref terra.Reference) AuthorizerConfigAttributes
type AuthorizerConfigState ¶
type TlsConfig ¶
type TlsConfig struct { // SecurityPolicy: string, optional SecurityPolicy terra.StringValue `hcl:"security_policy,attr"` }
type TlsConfigAttributes ¶
type TlsConfigAttributes struct {
// contains filtered or unexported fields
}
func (TlsConfigAttributes) InternalRef ¶
func (tc TlsConfigAttributes) InternalRef() (terra.Reference, error)
func (TlsConfigAttributes) InternalTokens ¶
func (tc TlsConfigAttributes) InternalTokens() (hclwrite.Tokens, error)
func (TlsConfigAttributes) InternalWithRef ¶
func (tc TlsConfigAttributes) InternalWithRef(ref terra.Reference) TlsConfigAttributes
func (TlsConfigAttributes) SecurityPolicy ¶
func (tc TlsConfigAttributes) SecurityPolicy() terra.StringValue
type TlsConfigState ¶
type TlsConfigState struct {
SecurityPolicy string `json:"security_policy"`
}
Click to show internal directories.
Click to hide internal directories.