Class CfnDataTableProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.connect.CfnDataTableProps.Jsii$Proxy
- All Implemented Interfaces:
CfnDataTableProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDataTableProps
@Stability(Stable)
@Internal
public static final class CfnDataTableProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDataTableProps
An implementation for
CfnDataTableProps-
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.connect.CfnDataTableProps
CfnDataTableProps.Builder, CfnDataTableProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnDataTableProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnDataTableProps.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 StringAn optional description of the data table's purpose and contents.final StringThe Amazon Resource Name (ARN) of the instance.final StringgetName()The human-readable name of the data table.final StringThe current status of the data table.getTags()Key-value pairs for attribute based access control (TBAC or ABAC) and organization.final StringThe IANA timezone identifier used when resolving time based dynamic values.final StringThe data level that concurrent value edits are locked on.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 theCfnDataTableProps.Builder.
-
-
Method Details
-
getDescription
Description copied from interface:CfnDataTablePropsAn optional description of the data table's purpose and contents.- Specified by:
getDescriptionin interfaceCfnDataTableProps- See Also:
-
getInstanceArn
Description copied from interface:CfnDataTablePropsThe Amazon Resource Name (ARN) of the instance.- Specified by:
getInstanceArnin interfaceCfnDataTableProps- See Also:
-
getName
Description copied from interface:CfnDataTablePropsThe human-readable name of the data table.Must be unique within the instance and conform to Connect naming standards.
- Specified by:
getNamein interfaceCfnDataTableProps- See Also:
-
getStatus
Description copied from interface:CfnDataTablePropsThe current status of the data table.One of PUBLISHED or SAVED.
- Specified by:
getStatusin interfaceCfnDataTableProps- See Also:
-
getTags
Description copied from interface:CfnDataTablePropsKey-value pairs for attribute based access control (TBAC or ABAC) and organization.- Specified by:
getTagsin interfaceCfnDataTableProps- See Also:
-
getTimeZone
Description copied from interface:CfnDataTablePropsThe IANA timezone identifier used when resolving time based dynamic values.Required even if no time slices are specified.
- Specified by:
getTimeZonein interfaceCfnDataTableProps- See Also:
-
getValueLockLevel
Description copied from interface:CfnDataTablePropsThe data level that concurrent value edits are locked on.One of DATA_TABLE, PRIMARY_VALUE, ATTRIBUTE, VALUE, and NONE. Determines how concurrent edits are handled when multiple users attempt to modify values simultaneously.
- Specified by:
getValueLockLevelin interfaceCfnDataTableProps- 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()
-