interface CfnDataLakeProps
Language | Type name |
---|---|
![]() | Amazon.CDK.aws_securitylake.CfnDataLakeProps |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awssecuritylake#CfnDataLakeProps |
![]() | software.amazon.awscdk.services.securitylake.CfnDataLakeProps |
![]() | aws_cdk.aws_securitylake.CfnDataLakeProps |
![]() | aws-cdk-lib » aws_securitylake » CfnDataLakeProps |
Properties for defining a CfnDataLake
.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_securitylake as securitylake } from 'aws-cdk-lib';
const cfnDataLakeProps: securitylake.CfnDataLakeProps = {
encryptionConfiguration: {
kmsKeyId: 'kmsKeyId',
},
lifecycleConfiguration: {
expiration: {
days: 123,
},
transitions: [{
days: 123,
storageClass: 'storageClass',
}],
},
metaStoreManagerRoleArn: 'metaStoreManagerRoleArn',
replicationConfiguration: {
regions: ['regions'],
roleArn: 'roleArn',
},
tags: [{
key: 'key',
value: 'value',
}],
};
Properties
Name | Type | Description |
---|---|---|
encryption | IResolvable | Encryption | Provides encryption details of the Amazon Security Lake object. |
lifecycle | IResolvable | Lifecycle | You can customize Security Lake to store data in your preferred AWS Regions for your preferred amount of time. |
meta | string | The Amazon Resource Name (ARN) used to create and update the AWS Glue table. |
replication | IResolvable | Replication | Provides replication details of Amazon Security Lake object. |
tags? | Cfn [] | An array of objects, one for each tag to associate with the data lake configuration. |
encryptionConfiguration?
Type:
IResolvable
|
Encryption
(optional)
Provides encryption details of the Amazon Security Lake object.
lifecycleConfiguration?
Type:
IResolvable
|
Lifecycle
(optional)
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.
metaStoreManagerRoleArn?
Type:
string
(optional)
The Amazon Resource Name (ARN) used to create and update the AWS Glue table.
This table contains partitions generated by the ingestion and normalization of AWS log sources and custom sources.
replicationConfiguration?
Type:
IResolvable
|
Replication
(optional)
Provides replication details of Amazon Security Lake object.
tags?
Type:
Cfn
[]
(optional)
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.