Class CfnSimpleTableProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.sam.CfnSimpleTableProps.Jsii$Proxy
- All Implemented Interfaces:
CfnSimpleTableProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnSimpleTableProps
@Stability(Stable)
@Internal
public static final class CfnSimpleTableProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnSimpleTableProps
An implementation for
CfnSimpleTableProps-
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.sam.CfnSimpleTableProps
CfnSimpleTableProps.Builder, CfnSimpleTableProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnSimpleTableProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnSimpleTableProps.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 ObjectAWS::Serverless::SimpleTable.PrimaryKey.final ObjectAWS::Serverless::SimpleTable.ProvisionedThroughput.final ObjectAWS::Serverless::SimpleTable.SSESpecification.final StringAWS::Serverless::SimpleTable.TableName.getTags()AWS::Serverless::SimpleTable.Tags.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 theCfnSimpleTableProps.Builder.
-
-
Method Details
-
getPrimaryKey
Description copied from interface:CfnSimpleTablePropsAWS::Serverless::SimpleTable.PrimaryKey.- Specified by:
getPrimaryKeyin interfaceCfnSimpleTableProps
-
getProvisionedThroughput
Description copied from interface:CfnSimpleTablePropsAWS::Serverless::SimpleTable.ProvisionedThroughput.- Specified by:
getProvisionedThroughputin interfaceCfnSimpleTableProps
-
getSseSpecification
Description copied from interface:CfnSimpleTablePropsAWS::Serverless::SimpleTable.SSESpecification.- Specified by:
getSseSpecificationin interfaceCfnSimpleTableProps
-
getTableName
Description copied from interface:CfnSimpleTablePropsAWS::Serverless::SimpleTable.TableName.- Specified by:
getTableNamein interfaceCfnSimpleTableProps
-
getTags
Description copied from interface:CfnSimpleTablePropsAWS::Serverless::SimpleTable.Tags.- Specified by:
getTagsin interfaceCfnSimpleTableProps
-
$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()
-