Class CfnDataLakeProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.securitylake.CfnDataLakeProps.Jsii$Proxy
- All Implemented Interfaces:
CfnDataLakeProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDataLakeProps
@Stability(Stable)
@Internal
public static final class CfnDataLakeProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDataLakeProps
An implementation for
CfnDataLakeProps
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.securitylake.CfnDataLakeProps
CfnDataLakeProps.Builder, CfnDataLakeProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnDataLakeProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnDataLakeProps.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final Object
Provides encryption details of the Amazon Security Lake object.final Object
You can customize Security Lake to store data in your preferred AWS Regions for your preferred amount of time.final String
The Amazon Resource Name (ARN) used to create and update the AWS Glue table.final Object
Provides replication details of Amazon Security Lake object.getTags()
An array of objects, one for each tag to associate with the data lake configuration.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnDataLakeProps.Builder
.
-
-
Method Details
-
getEncryptionConfiguration
Description copied from interface:CfnDataLakeProps
Provides encryption details of the Amazon Security Lake object.- Specified by:
getEncryptionConfiguration
in interfaceCfnDataLakeProps
- See Also:
-
getLifecycleConfiguration
Description copied from interface:CfnDataLakeProps
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.
- Specified by:
getLifecycleConfiguration
in interfaceCfnDataLakeProps
- See Also:
-
getMetaStoreManagerRoleArn
Description copied from interface:CfnDataLakeProps
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.
- Specified by:
getMetaStoreManagerRoleArn
in interfaceCfnDataLakeProps
- See Also:
-
getReplicationConfiguration
Description copied from interface:CfnDataLakeProps
Provides replication details of Amazon Security Lake object.- Specified by:
getReplicationConfiguration
in interfaceCfnDataLakeProps
- See Also:
-
getTags
Description copied from interface:CfnDataLakeProps
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.
- Specified by:
getTags
in interfaceCfnDataLakeProps
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-