Documentation ¶
Index ¶
- type SseConfiguration
- type SseConfigurationAttributes
- func (sc SseConfigurationAttributes) CustomerManagedKeyEnabled() terra.BoolValue
- func (sc SseConfigurationAttributes) InternalRef() (terra.Reference, error)
- func (sc SseConfigurationAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (sc SseConfigurationAttributes) InternalWithRef(ref terra.Reference) SseConfigurationAttributes
- func (sc SseConfigurationAttributes) KmsKeyArn() terra.StringValue
- type SseConfigurationState
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SseConfiguration ¶
type SseConfiguration struct { // CustomerManagedKeyEnabled: bool, optional CustomerManagedKeyEnabled terra.BoolValue `hcl:"customer_managed_key_enabled,attr"` // KmsKeyArn: string, optional KmsKeyArn terra.StringValue `hcl:"kms_key_arn,attr"` }
type SseConfigurationAttributes ¶
type SseConfigurationAttributes struct {
// contains filtered or unexported fields
}
func (SseConfigurationAttributes) CustomerManagedKeyEnabled ¶
func (sc SseConfigurationAttributes) CustomerManagedKeyEnabled() terra.BoolValue
func (SseConfigurationAttributes) InternalRef ¶
func (sc SseConfigurationAttributes) InternalRef() (terra.Reference, error)
func (SseConfigurationAttributes) InternalTokens ¶
func (sc SseConfigurationAttributes) InternalTokens() (hclwrite.Tokens, error)
func (SseConfigurationAttributes) InternalWithRef ¶
func (sc SseConfigurationAttributes) InternalWithRef(ref terra.Reference) SseConfigurationAttributes
func (SseConfigurationAttributes) KmsKeyArn ¶
func (sc SseConfigurationAttributes) KmsKeyArn() terra.StringValue
type SseConfigurationState ¶
Click to show internal directories.
Click to hide internal directories.