Class CfnDataSource.DynamoDBConfigProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.appsync.CfnDataSource.DynamoDBConfigProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDataSource.DynamoDBConfigProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDataSource.DynamoDBConfigProperty
@Stability(Stable)
@Internal
public static final class CfnDataSource.DynamoDBConfigProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDataSource.DynamoDBConfigProperty
An implementation for
CfnDataSource.DynamoDBConfigProperty
-
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.appsync.CfnDataSource.DynamoDBConfigProperty
CfnDataSource.DynamoDBConfigProperty.Builder, CfnDataSource.DynamoDBConfigProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnDataSource.DynamoDBConfigProperty.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 String
The AWS Region.final Object
TheDeltaSyncConfig
for a versioned datasource.final String
The table name.final Object
Set toTRUE
to use AWS Identity and Access Management with this data source.final Object
Set to TRUE to use Conflict Detection and Resolution with this data source.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 theCfnDataSource.DynamoDBConfigProperty.Builder
.
-
-
Method Details
-
getAwsRegion
Description copied from interface:CfnDataSource.DynamoDBConfigProperty
The AWS Region.- Specified by:
getAwsRegion
in interfaceCfnDataSource.DynamoDBConfigProperty
- See Also:
-
getTableName
Description copied from interface:CfnDataSource.DynamoDBConfigProperty
The table name.- Specified by:
getTableName
in interfaceCfnDataSource.DynamoDBConfigProperty
- See Also:
-
getDeltaSyncConfig
Description copied from interface:CfnDataSource.DynamoDBConfigProperty
TheDeltaSyncConfig
for a versioned datasource.- Specified by:
getDeltaSyncConfig
in interfaceCfnDataSource.DynamoDBConfigProperty
- See Also:
-
getUseCallerCredentials
Description copied from interface:CfnDataSource.DynamoDBConfigProperty
Set toTRUE
to use AWS Identity and Access Management with this data source.- Specified by:
getUseCallerCredentials
in interfaceCfnDataSource.DynamoDBConfigProperty
- See Also:
-
getVersioned
Description copied from interface:CfnDataSource.DynamoDBConfigProperty
Set to TRUE to use Conflict Detection and Resolution with this data source.- Specified by:
getVersioned
in interfaceCfnDataSource.DynamoDBConfigProperty
- 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()
-