@Generated(value="jsii-pacmak/0.19.0 (build 7c562bc)", date="2019-10-15T12:26:49.507Z") @Stability(value=External) public class CfnSimpleTable extends software.amazon.awscdk.core.CfnResource
https://github.com/awslabs/serverless-application-model/blob/master/versions/2016-10-31.md#awsserverlesssimpletable| Modifier and Type | Class and Description |
|---|---|
static interface |
CfnSimpleTable.PrimaryKeyProperty |
static interface |
CfnSimpleTable.ProvisionedThroughputProperty |
static interface |
CfnSimpleTable.SSESpecificationProperty |
| Modifier and Type | Field and Description |
|---|---|
static String |
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
|
static String |
REQUIRED_TRANSFORM
The `Transform` a template must use in order to use this resource.
|
| Modifier | Constructor and Description |
|---|---|
|
CfnSimpleTable(software.amazon.awscdk.core.Construct scope,
String id)
Create a new `AWS::Serverless::SimpleTable`.
|
|
CfnSimpleTable(software.amazon.awscdk.core.Construct scope,
String id,
CfnSimpleTableProps props)
Create a new `AWS::Serverless::SimpleTable`.
|
protected |
CfnSimpleTable(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
CfnSimpleTable(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
protected Map<String,Object> |
getCfnProperties() |
Object |
getPrimaryKey()
`AWS::Serverless::SimpleTable.PrimaryKey`.
|
Object |
getProvisionedThroughput()
`AWS::Serverless::SimpleTable.ProvisionedThroughput`.
|
Object |
getSseSpecification()
`AWS::Serverless::SimpleTable.SSESpecification`.
|
String |
getTableName()
`AWS::Serverless::SimpleTable.TableName`.
|
software.amazon.awscdk.core.TagManager |
getTags()
`AWS::Serverless::SimpleTable.Tags`.
|
protected Map<String,Object> |
renderProperties(Map<String,Object> props) |
void |
setPrimaryKey(CfnSimpleTable.PrimaryKeyProperty value)
`AWS::Serverless::SimpleTable.PrimaryKey`.
|
void |
setPrimaryKey(software.amazon.awscdk.core.IResolvable value)
`AWS::Serverless::SimpleTable.PrimaryKey`.
|
void |
setProvisionedThroughput(CfnSimpleTable.ProvisionedThroughputProperty value)
`AWS::Serverless::SimpleTable.ProvisionedThroughput`.
|
void |
setProvisionedThroughput(software.amazon.awscdk.core.IResolvable value)
`AWS::Serverless::SimpleTable.ProvisionedThroughput`.
|
void |
setSseSpecification(CfnSimpleTable.SSESpecificationProperty value)
`AWS::Serverless::SimpleTable.SSESpecification`.
|
void |
setSseSpecification(software.amazon.awscdk.core.IResolvable value)
`AWS::Serverless::SimpleTable.SSESpecification`.
|
void |
setTableName(String value)
`AWS::Serverless::SimpleTable.TableName`.
|
addDeletionOverride, addDependsOn, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getCfnOptions, getCfnResourceType, getUpdatedProperites, isCfnResource, toString, validatePropertiesgetCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalIdgetNode, isConstruct, prepare, synthesize, validatejsiiAsyncCall, jsiiCall, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticGet, jsiiStaticSet, setObjRef@Stability(value=External) public static final String CFN_RESOURCE_TYPE_NAME
@Stability(value=External) public static final String REQUIRED_TRANSFORM
protected CfnSimpleTable(software.amazon.jsii.JsiiObjectRef objRef)
protected CfnSimpleTable(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=External)
public CfnSimpleTable(software.amazon.awscdk.core.Construct scope,
String id,
CfnSimpleTableProps props)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.props - - resource properties.@Stability(value=External)
public CfnSimpleTable(software.amazon.awscdk.core.Construct scope,
String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.@Stability(value=External) protected Map<String,Object> renderProperties(Map<String,Object> props)
renderProperties in class software.amazon.awscdk.core.CfnResourceprops - This parameter is required.@Stability(value=External) protected Map<String,Object> getCfnProperties()
getCfnProperties in class software.amazon.awscdk.core.CfnResource@Stability(value=External) public software.amazon.awscdk.core.TagManager getTags()
https://github.com/awslabs/serverless-application-model/blob/master/versions/2016-10-31.md#awsserverlesssimpletable@Stability(value=External) public Object getPrimaryKey()
https://github.com/awslabs/serverless-application-model/blob/master/versions/2016-10-31.md#primary-key-object@Stability(value=External) public void setPrimaryKey(software.amazon.awscdk.core.IResolvable value)
https://github.com/awslabs/serverless-application-model/blob/master/versions/2016-10-31.md#primary-key-object@Stability(value=External) public void setPrimaryKey(CfnSimpleTable.PrimaryKeyProperty value)
https://github.com/awslabs/serverless-application-model/blob/master/versions/2016-10-31.md#primary-key-object@Stability(value=External) public Object getProvisionedThroughput()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-provisionedthroughput.html@Stability(value=External) public void setProvisionedThroughput(software.amazon.awscdk.core.IResolvable value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-provisionedthroughput.html@Stability(value=External) public void setProvisionedThroughput(CfnSimpleTable.ProvisionedThroughputProperty value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-provisionedthroughput.html@Stability(value=External) public Object getSseSpecification()
https://github.com/awslabs/serverless-application-model/blob/master/versions/2016-10-31.md#awsserverlesssimpletable@Stability(value=External) public void setSseSpecification(software.amazon.awscdk.core.IResolvable value)
https://github.com/awslabs/serverless-application-model/blob/master/versions/2016-10-31.md#awsserverlesssimpletable@Stability(value=External) public void setSseSpecification(CfnSimpleTable.SSESpecificationProperty value)
https://github.com/awslabs/serverless-application-model/blob/master/versions/2016-10-31.md#awsserverlesssimpletable@Stability(value=External) public String getTableName()
https://github.com/awslabs/serverless-application-model/blob/master/versions/2016-10-31.md#awsserverlesssimpletable@Stability(value=External) public void setTableName(String value)
https://github.com/awslabs/serverless-application-model/blob/master/versions/2016-10-31.md#awsserverlesssimpletableCopyright © 2019. All rights reserved.