macie2classificationexportconfiguration

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 S3Destination

type S3Destination struct {
	// BucketName: string, required
	BucketName terra.StringValue `hcl:"bucket_name,attr" validate:"required"`
	// KeyPrefix: string, optional
	KeyPrefix terra.StringValue `hcl:"key_prefix,attr"`
	// KmsKeyArn: string, required
	KmsKeyArn terra.StringValue `hcl:"kms_key_arn,attr" validate:"required"`
}

type S3DestinationAttributes

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

func (S3DestinationAttributes) BucketName

func (sd S3DestinationAttributes) BucketName() terra.StringValue

func (S3DestinationAttributes) InternalRef

func (sd S3DestinationAttributes) InternalRef() (terra.Reference, error)

func (S3DestinationAttributes) InternalTokens

func (sd S3DestinationAttributes) InternalTokens() (hclwrite.Tokens, error)

func (S3DestinationAttributes) InternalWithRef

func (S3DestinationAttributes) KeyPrefix

func (sd S3DestinationAttributes) KeyPrefix() terra.StringValue

func (S3DestinationAttributes) KmsKeyArn

func (sd S3DestinationAttributes) KmsKeyArn() terra.StringValue

type S3DestinationState

type S3DestinationState struct {
	BucketName string `json:"bucket_name"`
	KeyPrefix  string `json:"key_prefix"`
	KmsKeyArn  string `json:"kms_key_arn"`
}

Jump to

Keyboard shortcuts

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