Class CfnDataSourcePropsMixin.DynamoDBConfigProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.appsync.CfnDataSourcePropsMixin.DynamoDBConfigProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDataSourcePropsMixin.DynamoDBConfigProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDataSourcePropsMixin.DynamoDBConfigProperty
@Stability(Stable)
@Internal
public static final class CfnDataSourcePropsMixin.DynamoDBConfigProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDataSourcePropsMixin.DynamoDBConfigProperty
An implementation for
CfnDataSourcePropsMixin.DynamoDBConfigProperty-
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.cfnpropertymixins.services.appsync.CfnDataSourcePropsMixin.DynamoDBConfigProperty
CfnDataSourcePropsMixin.DynamoDBConfigProperty.Builder, CfnDataSourcePropsMixin.DynamoDBConfigProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDataSourcePropsMixin.DynamoDBConfigProperty.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 StringThe AWS Region.final ObjectTheDeltaSyncConfigfor a versioned datasource.final ObjectThe table name.final ObjectSet toTRUEto use AWS Identity and Access Management with this data source.final ObjectSet to TRUE to use Conflict Detection and Resolution with this data source.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 theCfnDataSourcePropsMixin.DynamoDBConfigProperty.Builder.
-
-
Method Details
-
getAwsRegion
Description copied from interface:CfnDataSourcePropsMixin.DynamoDBConfigPropertyThe AWS Region.- Specified by:
getAwsRegionin interfaceCfnDataSourcePropsMixin.DynamoDBConfigProperty- See Also:
-
getDeltaSyncConfig
Description copied from interface:CfnDataSourcePropsMixin.DynamoDBConfigPropertyTheDeltaSyncConfigfor a versioned datasource.Returns union: either
IResolvableorCfnDataSourcePropsMixin.DeltaSyncConfigProperty- Specified by:
getDeltaSyncConfigin interfaceCfnDataSourcePropsMixin.DynamoDBConfigProperty- See Also:
-
getTableName
Description copied from interface:CfnDataSourcePropsMixin.DynamoDBConfigProperty- Specified by:
getTableNamein interfaceCfnDataSourcePropsMixin.DynamoDBConfigProperty- See Also:
-
getUseCallerCredentials
Description copied from interface:CfnDataSourcePropsMixin.DynamoDBConfigPropertySet toTRUEto use AWS Identity and Access Management with this data source.Returns union: either
BooleanorIResolvable- Specified by:
getUseCallerCredentialsin interfaceCfnDataSourcePropsMixin.DynamoDBConfigProperty- See Also:
-
getVersioned
Description copied from interface:CfnDataSourcePropsMixin.DynamoDBConfigPropertySet to TRUE to use Conflict Detection and Resolution with this data source.Returns union: either
BooleanorIResolvable- Specified by:
getVersionedin interfaceCfnDataSourcePropsMixin.DynamoDBConfigProperty- 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()
-