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
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthenticationOptions ¶
type AuthenticationOptions struct { // ActiveDirectoryId: string, optional ActiveDirectoryId terra.StringValue `hcl:"active_directory_id,attr"` // RootCertificateChainArn: string, optional RootCertificateChainArn terra.StringValue `hcl:"root_certificate_chain_arn,attr"` // SamlProviderArn: string, optional SamlProviderArn terra.StringValue `hcl:"saml_provider_arn,attr"` // SelfServiceSamlProviderArn: string, optional SelfServiceSamlProviderArn terra.StringValue `hcl:"self_service_saml_provider_arn,attr"` // Type: string, required Type terra.StringValue `hcl:"type,attr" validate:"required"` }
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 { // Enabled: bool, optional Enabled terra.BoolValue `hcl:"enabled,attr"` // LambdaFunctionArn: string, optional LambdaFunctionArn terra.StringValue `hcl:"lambda_function_arn,attr"` }
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 { // BannerText: string, optional BannerText terra.StringValue `hcl:"banner_text,attr"` // Enabled: bool, optional Enabled terra.BoolValue `hcl:"enabled,attr"` }
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 { // CloudwatchLogGroup: string, optional CloudwatchLogGroup terra.StringValue `hcl:"cloudwatch_log_group,attr"` // CloudwatchLogStream: string, optional CloudwatchLogStream terra.StringValue `hcl:"cloudwatch_log_stream,attr"` // Enabled: bool, required Enabled terra.BoolValue `hcl:"enabled,attr" validate:"required"` }
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
Click to show internal directories.
Click to hide internal directories.