@Generated(value="jsii-pacmak/1.9.0 (build 5c646d5)", date="2020-07-28T21:12:16.409Z") @Stability(value=Stable) public interface CfnSimpleTableProps extends software.amazon.jsii.JsiiSerializable
https://github.com/awslabs/serverless-application-model/blob/master/versions/2016-10-31.md#awsserverlesssimpletable| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnSimpleTableProps.Builder
A builder for
CfnSimpleTableProps |
static class |
CfnSimpleTableProps.Jsii$Proxy
An implementation for
CfnSimpleTableProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnSimpleTableProps.Builder |
builder() |
default Object |
getPrimaryKey()
`AWS::Serverless::SimpleTable.PrimaryKey`.
|
default Object |
getProvisionedThroughput()
`AWS::Serverless::SimpleTable.ProvisionedThroughput`.
|
default Object |
getSseSpecification()
`AWS::Serverless::SimpleTable.SSESpecification`.
|
default String |
getTableName()
`AWS::Serverless::SimpleTable.TableName`.
|
default Map<String,String> |
getTags()
`AWS::Serverless::SimpleTable.Tags`.
|
@Stability(value=Stable) @Nullable default Object getPrimaryKey()
https://github.com/awslabs/serverless-application-model/blob/master/versions/2016-10-31.md#primary-key-object@Stability(value=Stable) @Nullable default Object getProvisionedThroughput()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-provisionedthroughput.html@Stability(value=Stable) @Nullable default Object getSseSpecification()
https://github.com/awslabs/serverless-application-model/blob/master/versions/2016-10-31.md#awsserverlesssimpletable@Stability(value=Stable) @Nullable default String getTableName()
https://github.com/awslabs/serverless-application-model/blob/master/versions/2016-10-31.md#awsserverlesssimpletable@Stability(value=Stable) @Nullable default Map<String,String> getTags()
https://github.com/awslabs/serverless-application-model/blob/master/versions/2016-10-31.md#awsserverlesssimpletable@Stability(value=Stable) static CfnSimpleTableProps.Builder builder()
CfnSimpleTableProps.Builder of CfnSimpleTablePropsCopyright © 2020. All rights reserved.