DataLakeArgs

data class DataLakeArgs(val encryptionConfiguration: Output<DataLakeEncryptionConfigurationArgs>? = null, val lifecycleConfiguration: Output<DataLakeLifecycleConfigurationArgs>? = null, val metaStoreManagerRoleArn: Output<String>? = null, val replicationConfiguration: Output<DataLakeReplicationConfigurationArgs>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<DataLakeArgs>

Resource Type definition for AWS::SecurityLake::DataLake

Constructors

Link copied to clipboard
constructor(encryptionConfiguration: Output<DataLakeEncryptionConfigurationArgs>? = null, lifecycleConfiguration: Output<DataLakeLifecycleConfigurationArgs>? = null, metaStoreManagerRoleArn: Output<String>? = null, replicationConfiguration: Output<DataLakeReplicationConfigurationArgs>? = null, tags: Output<List<TagArgs>>? = null)

Properties

Link copied to clipboard

Provides encryption details of the Amazon Security Lake object.

Link copied to clipboard

You can customize Security Lake to store data in your preferred AWS Regions for your preferred amount of time. Lifecycle management can help you comply with different compliance requirements. For more details, see Lifecycle management in the Amazon Security Lake User Guide.

Link copied to clipboard
val metaStoreManagerRoleArn: Output<String>? = null

The Amazon Resource Name (ARN) used to index AWS Glue table partitions that are generated by the ingestion and normalization of AWS log sources and custom sources.

Link copied to clipboard

Provides replication details of Amazon Security Lake object.

Link copied to clipboard
val tags: Output<List<TagArgs>>? = null

An array of objects, one for each tag to associate with the data lake configuration. For each tag, you must specify both a tag key and a tag value. A tag value cannot be null, but it can be an empty string.

Functions

Link copied to clipboard
open override fun toJava(): DataLakeArgs