athenadatabase

package
v0.0.0-...-964ba77 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 9, 2024 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AclConfiguration

type AclConfiguration struct {
	// S3AclOption: string, required
	S3AclOption terra.StringValue `hcl:"s3_acl_option,attr" validate:"required"`
}

type AclConfigurationAttributes

type AclConfigurationAttributes struct {
	// contains filtered or unexported fields
}

func (AclConfigurationAttributes) InternalRef

func (ac AclConfigurationAttributes) InternalRef() (terra.Reference, error)

func (AclConfigurationAttributes) InternalTokens

func (ac AclConfigurationAttributes) InternalTokens() (hclwrite.Tokens, error)

func (AclConfigurationAttributes) InternalWithRef

func (AclConfigurationAttributes) S3AclOption

func (ac AclConfigurationAttributes) S3AclOption() terra.StringValue

type AclConfigurationState

type AclConfigurationState struct {
	S3AclOption string `json:"s3_acl_option"`
}

type EncryptionConfiguration

type EncryptionConfiguration struct {
	// EncryptionOption: string, required
	EncryptionOption terra.StringValue `hcl:"encryption_option,attr" validate:"required"`
	// KmsKey: string, optional
	KmsKey terra.StringValue `hcl:"kms_key,attr"`
}

type EncryptionConfigurationAttributes

type EncryptionConfigurationAttributes struct {
	// contains filtered or unexported fields
}

func (EncryptionConfigurationAttributes) EncryptionOption

func (ec EncryptionConfigurationAttributes) EncryptionOption() terra.StringValue

func (EncryptionConfigurationAttributes) InternalRef

func (EncryptionConfigurationAttributes) InternalTokens

func (ec EncryptionConfigurationAttributes) InternalTokens() (hclwrite.Tokens, error)

func (EncryptionConfigurationAttributes) InternalWithRef

func (EncryptionConfigurationAttributes) KmsKey

type EncryptionConfigurationState

type EncryptionConfigurationState struct {
	EncryptionOption string `json:"encryption_option"`
	KmsKey           string `json:"kms_key"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL