Class CfnDataLakeProps
Properties for defining a CfnDataLake
.
Inheritance
Implements
Namespace: Amazon.CDK.AwsSecuritylake
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnDataLakeProps : Object, ICfnDataLakeProps
Syntax (vb)
Public Class CfnDataLakeProps
Inherits Object
Implements ICfnDataLakeProps
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Aws_securitylake;
var cfnDataLakeProps = new CfnDataLakeProps {
EncryptionConfiguration = new EncryptionConfigurationProperty {
KmsKeyId = "kmsKeyId"
},
LifecycleConfiguration = new LifecycleConfigurationProperty {
Expiration = new ExpirationProperty {
Days = 123
},
Transitions = new [] { new TransitionsProperty {
Days = 123,
StorageClass = "storageClass"
} }
},
MetaStoreManagerRoleArn = "metaStoreManagerRoleArn",
ReplicationConfiguration = new ReplicationConfigurationProperty {
Regions = new [] { "regions" },
RoleArn = "roleArn"
},
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} }
};
Synopsis
Constructors
Cfn |
Properties
Encryption |
Provides encryption details of the Amazon Security Lake object. |
Lifecycle |
You can customize Security Lake to store data in your preferred AWS Regions for your preferred amount of time. |
Meta |
The Amazon Resource Name (ARN) used to create and update the AWS Glue table. |
Replication |
Provides replication details of Amazon Security Lake object. |
Tags | An array of objects, one for each tag to associate with the data lake configuration. |
Constructors
CfnDataLakeProps()
public CfnDataLakeProps()
Properties
EncryptionConfiguration
Provides encryption details of the Amazon Security Lake object.
public object EncryptionConfiguration { get; set; }
Property Value
System.
Remarks
LifecycleConfiguration
You can customize Security Lake to store data in your preferred AWS Regions for your preferred amount of time.
public object LifecycleConfiguration { get; set; }
Property Value
System.
Remarks
Lifecycle management can help you comply with different compliance requirements. For more details, see Lifecycle management in the Amazon Security Lake User Guide.
MetaStoreManagerRoleArn
The Amazon Resource Name (ARN) used to create and update the AWS Glue table.
public string MetaStoreManagerRoleArn { get; set; }
Property Value
System.
Remarks
This table contains partitions generated by the ingestion and normalization of AWS log sources and custom sources.
ReplicationConfiguration
Provides replication details of Amazon Security Lake object.
public object ReplicationConfiguration { get; set; }
Property Value
System.
Remarks
Tags
An array of objects, one for each tag to associate with the data lake configuration.
public ICfnTag[] Tags { get; set; }
Property Value
ICfn
Remarks
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.