@Generated(value="jsii-pacmak/1.12.0 (build 5ddc9f2)", date="2020-09-22T23:51:22.102Z") @Stability(value=Stable) public class CfnSimpleTable extends CfnResource implements IInspectable
https://github.com/awslabs/serverless-application-model/blob/master/versions/2016-10-31.md#awsserverlesssimpletable| Modifier and Type | Class and Description |
|---|---|
static class |
CfnSimpleTable.Builder
A fluent builder for
CfnSimpleTable. |
static interface |
CfnSimpleTable.PrimaryKeyProperty |
static interface |
CfnSimpleTable.ProvisionedThroughputProperty |
static interface |
CfnSimpleTable.SSESpecificationProperty |
software.amazon.jsii.JsiiObject.InitializationModeIInspectable.Jsii$Proxy| 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(Construct scope,
String id)
Create a new `AWS::Serverless::SimpleTable`.
|
|
CfnSimpleTable(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`.
|
TagManager |
getTags()
`AWS::Serverless::SimpleTable.Tags`.
|
void |
inspect(TreeInspector inspector)
Examines the CloudFormation resource and discloses attributes.
|
protected Map<String,Object> |
renderProperties(Map<String,Object> props) |
void |
setPrimaryKey(CfnSimpleTable.PrimaryKeyProperty value)
`AWS::Serverless::SimpleTable.PrimaryKey`.
|
void |
setPrimaryKey(IResolvable value)
`AWS::Serverless::SimpleTable.PrimaryKey`.
|
void |
setProvisionedThroughput(CfnSimpleTable.ProvisionedThroughputProperty value)
`AWS::Serverless::SimpleTable.ProvisionedThroughput`.
|
void |
setProvisionedThroughput(IResolvable value)
`AWS::Serverless::SimpleTable.ProvisionedThroughput`.
|
void |
setSseSpecification(CfnSimpleTable.SSESpecificationProperty value)
`AWS::Serverless::SimpleTable.SSESpecification`.
|
void |
setSseSpecification(IResolvable value)
`AWS::Serverless::SimpleTable.SSESpecification`.
|
void |
setTableName(String value)
`AWS::Serverless::SimpleTable.TableName`.
|
addDeletionOverride, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getCfnOptions, getCfnResourceType, getUpdatedProperites, isCfnResource, shouldSynthesize, toString, validatePropertiesgetRefgetCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalIdgetNode, isConstruct, onPrepare, onSynthesize, onValidate, prepare, synthesize, validatejsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet@Stability(value=Stable) public static final String CFN_RESOURCE_TYPE_NAME
@Stability(value=Stable) public static final String REQUIRED_TRANSFORM
protected CfnSimpleTable(software.amazon.jsii.JsiiObjectRef objRef)
protected CfnSimpleTable(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
public CfnSimpleTable(@NotNull
Construct scope,
@NotNull
String id,
@Nullable
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=Stable)
public CfnSimpleTable(@NotNull
Construct scope,
@NotNull
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=Experimental)
public void inspect(@NotNull
TreeInspector inspector)
EXPERIMENTAL
inspect in interface IInspectableinspector - - tree inspector to collect and process attributes. This parameter is required.@Stability(value=Stable) @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String,Object> props)
renderProperties in class CfnResourceprops - This parameter is required.@Stability(value=Stable) @NotNull protected Map<String,Object> getCfnProperties()
getCfnProperties in class CfnResource@Stability(value=Stable) @NotNull public TagManager getTags()
https://github.com/awslabs/serverless-application-model/blob/master/versions/2016-10-31.md#awsserverlesssimpletable@Stability(value=Stable) @Nullable public Object getPrimaryKey()
https://github.com/awslabs/serverless-application-model/blob/master/versions/2016-10-31.md#primary-key-object@Stability(value=Stable)
public void setPrimaryKey(@Nullable
IResolvable value)
https://github.com/awslabs/serverless-application-model/blob/master/versions/2016-10-31.md#primary-key-object@Stability(value=Stable)
public void setPrimaryKey(@Nullable
CfnSimpleTable.PrimaryKeyProperty value)
https://github.com/awslabs/serverless-application-model/blob/master/versions/2016-10-31.md#primary-key-object@Stability(value=Stable) @Nullable public Object getProvisionedThroughput()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-provisionedthroughput.html@Stability(value=Stable)
public void setProvisionedThroughput(@Nullable
IResolvable value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-provisionedthroughput.html@Stability(value=Stable)
public void setProvisionedThroughput(@Nullable
CfnSimpleTable.ProvisionedThroughputProperty value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-provisionedthroughput.html@Stability(value=Stable) @Nullable public Object getSseSpecification()
https://github.com/awslabs/serverless-application-model/blob/master/versions/2016-10-31.md#awsserverlesssimpletable@Stability(value=Stable)
public void setSseSpecification(@Nullable
IResolvable value)
https://github.com/awslabs/serverless-application-model/blob/master/versions/2016-10-31.md#awsserverlesssimpletable@Stability(value=Stable)
public void setSseSpecification(@Nullable
CfnSimpleTable.SSESpecificationProperty value)
https://github.com/awslabs/serverless-application-model/blob/master/versions/2016-10-31.md#awsserverlesssimpletable@Stability(value=Stable) @Nullable public String getTableName()
https://github.com/awslabs/serverless-application-model/blob/master/versions/2016-10-31.md#awsserverlesssimpletable@Stability(value=Stable)
public void setTableName(@Nullable
String value)
https://github.com/awslabs/serverless-application-model/blob/master/versions/2016-10-31.md#awsserverlesssimpletableCopyright © 2020. All rights reserved.