Versions in this module Expand all Collapse all v5 v5.45.0 Apr 16, 2024 Changes in this version + type Args struct + Id terra.StringValue + S3Destination *S3Destination + type Resource struct + Args Args + DependsOn terra.Dependencies + Lifecycle *terra.Lifecycle + Name string + func New(name string, args Args) *Resource + func (amcec *Resource) Attributes() awsMacie2ClassificationExportConfigurationAttributes + func (amcec *Resource) Configuration() interface{} + func (amcec *Resource) DependOn() terra.Reference + func (amcec *Resource) Dependencies() terra.Dependencies + func (amcec *Resource) ImportState(state io.Reader) error + func (amcec *Resource) LifecycleManagement() *terra.Lifecycle + func (amcec *Resource) LocalName() string + func (amcec *Resource) State() (*awsMacie2ClassificationExportConfigurationState, bool) + func (amcec *Resource) StateMust() *awsMacie2ClassificationExportConfigurationState + func (amcec *Resource) Type() string + type S3Destination struct + BucketName terra.StringValue + KeyPrefix terra.StringValue + KmsKeyArn terra.StringValue + type S3DestinationAttributes struct + func (sd S3DestinationAttributes) BucketName() terra.StringValue + func (sd S3DestinationAttributes) InternalRef() (terra.Reference, error) + func (sd S3DestinationAttributes) InternalTokens() (hclwrite.Tokens, error) + func (sd S3DestinationAttributes) InternalWithRef(ref terra.Reference) S3DestinationAttributes + func (sd S3DestinationAttributes) KeyPrefix() terra.StringValue + func (sd S3DestinationAttributes) KmsKeyArn() terra.StringValue + type S3DestinationState struct + BucketName string + KeyPrefix string + KmsKeyArn string