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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.securitylake.CfnDataLakeProps
CfnDataLakeProps.Builder, CfnDataLakeProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnDataLakeProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnDataLakeProps.Builder.protectedJsii$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.JsonNodefinal booleanfinal ObjectProvides encryption details of the Amazon Security Lake object.final ObjectYou can customize Security Lake to store data in your preferred AWS Regions for your preferred amount of time.final StringThe Amazon Resource Name (ARN) used to create and update the AWS Glue table.final ObjectProvides replication details of Amazon Security Lake object.getTags()An array of objects, one for each tag to associate with the data lake configuration.final inthashCode()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:CfnDataLakePropsProvides encryption details of the Amazon Security Lake object.Returns union: either
IResolvableorCfnDataLake.EncryptionConfigurationProperty- Specified by:
getEncryptionConfigurationin interfaceCfnDataLakeProps- See Also:
-
getLifecycleConfiguration
Description copied from interface:CfnDataLakePropsYou 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.
Returns union: either
IResolvableorCfnDataLake.LifecycleConfigurationProperty- Specified by:
getLifecycleConfigurationin interfaceCfnDataLakeProps- See Also:
-
getMetaStoreManagerRoleArn
Description copied from interface:CfnDataLakePropsThe 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:
getMetaStoreManagerRoleArnin interfaceCfnDataLakeProps- See Also:
-
getReplicationConfiguration
Description copied from interface:CfnDataLakePropsProvides replication details of Amazon Security Lake object.Returns union: either
IResolvableorCfnDataLake.ReplicationConfigurationProperty- Specified by:
getReplicationConfigurationin interfaceCfnDataLakeProps- See Also:
-
getTags
Description copied from interface:CfnDataLakePropsAn 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:
getTagsin interfaceCfnDataLakeProps- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-