Documentation ¶
Index ¶
- type AuthenticationOptions
- type AuthenticationOptionsAttributes
- func (ao AuthenticationOptionsAttributes) ActiveDirectoryId() terra.StringValue
- func (ao AuthenticationOptionsAttributes) InternalRef() (terra.Reference, error)
- func (ao AuthenticationOptionsAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (ao AuthenticationOptionsAttributes) InternalWithRef(ref terra.Reference) AuthenticationOptionsAttributes
- func (ao AuthenticationOptionsAttributes) RootCertificateChainArn() terra.StringValue
- func (ao AuthenticationOptionsAttributes) SamlProviderArn() terra.StringValue
- func (ao AuthenticationOptionsAttributes) SelfServiceSamlProviderArn() terra.StringValue
- func (ao AuthenticationOptionsAttributes) Type() terra.StringValue
- type AuthenticationOptionsState
- type ClientConnectOptions
- type ClientConnectOptionsAttributes
- func (cco ClientConnectOptionsAttributes) Enabled() terra.BoolValue
- func (cco ClientConnectOptionsAttributes) InternalRef() (terra.Reference, error)
- func (cco ClientConnectOptionsAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (cco ClientConnectOptionsAttributes) InternalWithRef(ref terra.Reference) ClientConnectOptionsAttributes
- func (cco ClientConnectOptionsAttributes) LambdaFunctionArn() terra.StringValue
- type ClientConnectOptionsState
- type ClientLoginBannerOptions
- type ClientLoginBannerOptionsAttributes
- func (clbo ClientLoginBannerOptionsAttributes) BannerText() terra.StringValue
- func (clbo ClientLoginBannerOptionsAttributes) Enabled() terra.BoolValue
- func (clbo ClientLoginBannerOptionsAttributes) InternalRef() (terra.Reference, error)
- func (clbo ClientLoginBannerOptionsAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (clbo ClientLoginBannerOptionsAttributes) InternalWithRef(ref terra.Reference) ClientLoginBannerOptionsAttributes
- type ClientLoginBannerOptionsState
- type ConnectionLogOptions
- type ConnectionLogOptionsAttributes
- func (clo ConnectionLogOptionsAttributes) CloudwatchLogGroup() terra.StringValue
- func (clo ConnectionLogOptionsAttributes) CloudwatchLogStream() terra.StringValue
- func (clo ConnectionLogOptionsAttributes) Enabled() terra.BoolValue
- func (clo ConnectionLogOptionsAttributes) InternalRef() (terra.Reference, error)
- func (clo ConnectionLogOptionsAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (clo ConnectionLogOptionsAttributes) InternalWithRef(ref terra.Reference) ConnectionLogOptionsAttributes
- type ConnectionLogOptionsState
- 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) Name() terra.StringValue
- func (f FilterAttributes) Values() terra.SetValue[terra.StringValue]
- type FilterState
- type Timeouts
- type TimeoutsAttributes
- type TimeoutsState
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthenticationOptions ¶
type AuthenticationOptions struct{}
type AuthenticationOptionsAttributes ¶
type AuthenticationOptionsAttributes struct {
// contains filtered or unexported fields
}
func (AuthenticationOptionsAttributes) ActiveDirectoryId ¶
func (ao AuthenticationOptionsAttributes) ActiveDirectoryId() terra.StringValue
func (AuthenticationOptionsAttributes) InternalRef ¶
func (ao AuthenticationOptionsAttributes) InternalRef() (terra.Reference, error)
func (AuthenticationOptionsAttributes) InternalTokens ¶
func (ao AuthenticationOptionsAttributes) InternalTokens() (hclwrite.Tokens, error)
func (AuthenticationOptionsAttributes) InternalWithRef ¶
func (ao AuthenticationOptionsAttributes) InternalWithRef(ref terra.Reference) AuthenticationOptionsAttributes
func (AuthenticationOptionsAttributes) RootCertificateChainArn ¶
func (ao AuthenticationOptionsAttributes) RootCertificateChainArn() terra.StringValue
func (AuthenticationOptionsAttributes) SamlProviderArn ¶
func (ao AuthenticationOptionsAttributes) SamlProviderArn() terra.StringValue
func (AuthenticationOptionsAttributes) SelfServiceSamlProviderArn ¶
func (ao AuthenticationOptionsAttributes) SelfServiceSamlProviderArn() terra.StringValue
func (AuthenticationOptionsAttributes) Type ¶
func (ao AuthenticationOptionsAttributes) Type() terra.StringValue
type AuthenticationOptionsState ¶
type AuthenticationOptionsState struct { ActiveDirectoryId string `json:"active_directory_id"` RootCertificateChainArn string `json:"root_certificate_chain_arn"` SamlProviderArn string `json:"saml_provider_arn"` SelfServiceSamlProviderArn string `json:"self_service_saml_provider_arn"` Type string `json:"type"` }
type ClientConnectOptions ¶
type ClientConnectOptions struct{}
type ClientConnectOptionsAttributes ¶
type ClientConnectOptionsAttributes struct {
// contains filtered or unexported fields
}
func (ClientConnectOptionsAttributes) Enabled ¶
func (cco ClientConnectOptionsAttributes) Enabled() terra.BoolValue
func (ClientConnectOptionsAttributes) InternalRef ¶
func (cco ClientConnectOptionsAttributes) InternalRef() (terra.Reference, error)
func (ClientConnectOptionsAttributes) InternalTokens ¶
func (cco ClientConnectOptionsAttributes) InternalTokens() (hclwrite.Tokens, error)
func (ClientConnectOptionsAttributes) InternalWithRef ¶
func (cco ClientConnectOptionsAttributes) InternalWithRef(ref terra.Reference) ClientConnectOptionsAttributes
func (ClientConnectOptionsAttributes) LambdaFunctionArn ¶
func (cco ClientConnectOptionsAttributes) LambdaFunctionArn() terra.StringValue
type ClientLoginBannerOptions ¶
type ClientLoginBannerOptions struct{}
type ClientLoginBannerOptionsAttributes ¶
type ClientLoginBannerOptionsAttributes struct {
// contains filtered or unexported fields
}
func (ClientLoginBannerOptionsAttributes) BannerText ¶
func (clbo ClientLoginBannerOptionsAttributes) BannerText() terra.StringValue
func (ClientLoginBannerOptionsAttributes) Enabled ¶
func (clbo ClientLoginBannerOptionsAttributes) Enabled() terra.BoolValue
func (ClientLoginBannerOptionsAttributes) InternalRef ¶
func (clbo ClientLoginBannerOptionsAttributes) InternalRef() (terra.Reference, error)
func (ClientLoginBannerOptionsAttributes) InternalTokens ¶
func (clbo ClientLoginBannerOptionsAttributes) InternalTokens() (hclwrite.Tokens, error)
func (ClientLoginBannerOptionsAttributes) InternalWithRef ¶
func (clbo ClientLoginBannerOptionsAttributes) InternalWithRef(ref terra.Reference) ClientLoginBannerOptionsAttributes
type ConnectionLogOptions ¶
type ConnectionLogOptions struct{}
type ConnectionLogOptionsAttributes ¶
type ConnectionLogOptionsAttributes struct {
// contains filtered or unexported fields
}
func (ConnectionLogOptionsAttributes) CloudwatchLogGroup ¶
func (clo ConnectionLogOptionsAttributes) CloudwatchLogGroup() terra.StringValue
func (ConnectionLogOptionsAttributes) CloudwatchLogStream ¶
func (clo ConnectionLogOptionsAttributes) CloudwatchLogStream() terra.StringValue
func (ConnectionLogOptionsAttributes) Enabled ¶
func (clo ConnectionLogOptionsAttributes) Enabled() terra.BoolValue
func (ConnectionLogOptionsAttributes) InternalRef ¶
func (clo ConnectionLogOptionsAttributes) InternalRef() (terra.Reference, error)
func (ConnectionLogOptionsAttributes) InternalTokens ¶
func (clo ConnectionLogOptionsAttributes) InternalTokens() (hclwrite.Tokens, error)
func (ConnectionLogOptionsAttributes) InternalWithRef ¶
func (clo ConnectionLogOptionsAttributes) InternalWithRef(ref terra.Reference) ConnectionLogOptionsAttributes
type Filter ¶
type Filter struct { // Name: string, required Name terra.StringValue `hcl:"name,attr" validate:"required"` // Values: set of string, required Values terra.SetValue[terra.StringValue] `hcl:"values,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) Name ¶
func (f FilterAttributes) Name() terra.StringValue
func (FilterAttributes) Values ¶
func (f FilterAttributes) Values() terra.SetValue[terra.StringValue]
type FilterState ¶
type Timeouts ¶
type Timeouts struct { // Read: string, optional Read terra.StringValue `hcl:"read,attr"` }
type TimeoutsAttributes ¶
type TimeoutsAttributes struct {
// contains filtered or unexported fields
}
func (TimeoutsAttributes) InternalRef ¶
func (t TimeoutsAttributes) InternalRef() (terra.Reference, error)
func (TimeoutsAttributes) InternalTokens ¶
func (t TimeoutsAttributes) InternalTokens() (hclwrite.Tokens, error)
func (TimeoutsAttributes) InternalWithRef ¶
func (t TimeoutsAttributes) InternalWithRef(ref terra.Reference) TimeoutsAttributes
func (TimeoutsAttributes) Read ¶
func (t TimeoutsAttributes) Read() terra.StringValue
type TimeoutsState ¶
type TimeoutsState struct {
Read string `json:"read"`
}
Click to show internal directories.
Click to hide internal directories.