Class CfnDataLake.TransitionsProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.securitylake.CfnDataLake.TransitionsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDataLake.TransitionsProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDataLake.TransitionsProperty
@Stability(Stable)
@Internal
public static final class CfnDataLake.TransitionsProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDataLake.TransitionsProperty
An implementation for
CfnDataLake.TransitionsProperty
-
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.CfnDataLake.TransitionsProperty
CfnDataLake.TransitionsProperty.Builder, CfnDataLake.TransitionsProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnDataLake.TransitionsProperty.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 Number
getDays()
The number of days before data transitions to a different S3 Storage Class in the Amazon Security Lake object.final String
The list of storage classes that you can choose from based on the data access, resiliency, and cost requirements of your workloads.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 theCfnDataLake.TransitionsProperty.Builder
.
-
-
Method Details
-
getDays
Description copied from interface:CfnDataLake.TransitionsProperty
The number of days before data transitions to a different S3 Storage Class in the Amazon Security Lake object.- Specified by:
getDays
in interfaceCfnDataLake.TransitionsProperty
- See Also:
-
getStorageClass
Description copied from interface:CfnDataLake.TransitionsProperty
The list of storage classes that you can choose from based on the data access, resiliency, and cost requirements of your workloads.The default storage class is S3 Standard.
- Specified by:
getStorageClass
in interfaceCfnDataLake.TransitionsProperty
- 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()
-