Documentation ¶
Index ¶
- type AuthenticationConfiguration
- type AuthenticationConfigurationAttributes
- func (ac AuthenticationConfigurationAttributes) AllowedIpRange() terra.StringValue
- func (ac AuthenticationConfigurationAttributes) InternalRef() (terra.Reference, error)
- func (ac AuthenticationConfigurationAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (ac AuthenticationConfigurationAttributes) InternalWithRef(ref terra.Reference) AuthenticationConfigurationAttributes
- func (ac AuthenticationConfigurationAttributes) SecretToken() terra.StringValue
- type AuthenticationConfigurationState
- type Filter
- type FilterAttributes
- func (f FilterAttributes) InternalRef() (terra.Reference, error)
- func (f FilterAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (f FilterAttributes) InternalWithRef(ref terra.Reference) FilterAttributes
- func (f FilterAttributes) JsonPath() terra.StringValue
- func (f FilterAttributes) MatchEquals() terra.StringValue
- type FilterState
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthenticationConfiguration ¶
type AuthenticationConfiguration struct { // AllowedIpRange: string, optional AllowedIpRange terra.StringValue `hcl:"allowed_ip_range,attr"` // SecretToken: string, optional SecretToken terra.StringValue `hcl:"secret_token,attr"` }
type AuthenticationConfigurationAttributes ¶
type AuthenticationConfigurationAttributes struct {
// contains filtered or unexported fields
}
func (AuthenticationConfigurationAttributes) AllowedIpRange ¶
func (ac AuthenticationConfigurationAttributes) AllowedIpRange() terra.StringValue
func (AuthenticationConfigurationAttributes) InternalRef ¶
func (ac AuthenticationConfigurationAttributes) InternalRef() (terra.Reference, error)
func (AuthenticationConfigurationAttributes) InternalTokens ¶
func (ac AuthenticationConfigurationAttributes) InternalTokens() (hclwrite.Tokens, error)
func (AuthenticationConfigurationAttributes) InternalWithRef ¶
func (ac AuthenticationConfigurationAttributes) InternalWithRef(ref terra.Reference) AuthenticationConfigurationAttributes
func (AuthenticationConfigurationAttributes) SecretToken ¶
func (ac AuthenticationConfigurationAttributes) SecretToken() terra.StringValue
type Filter ¶
type Filter struct { // JsonPath: string, required JsonPath terra.StringValue `hcl:"json_path,attr" validate:"required"` // MatchEquals: string, required MatchEquals terra.StringValue `hcl:"match_equals,attr" validate:"required"` }
type FilterAttributes ¶
type FilterAttributes struct {
// contains filtered or unexported fields
}
func (FilterAttributes) InternalRef ¶
func (f FilterAttributes) InternalRef() (terra.Reference, error)
func (FilterAttributes) InternalTokens ¶
func (f FilterAttributes) InternalTokens() (hclwrite.Tokens, error)
func (FilterAttributes) InternalWithRef ¶
func (f FilterAttributes) InternalWithRef(ref terra.Reference) FilterAttributes
func (FilterAttributes) JsonPath ¶
func (f FilterAttributes) JsonPath() terra.StringValue
func (FilterAttributes) MatchEquals ¶
func (f FilterAttributes) MatchEquals() terra.StringValue
type FilterState ¶
Click to show internal directories.
Click to hide internal directories.