interface TableSAMPTProperty
This page is available in another version. Click here for the v2 documentation.
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.SAM.CfnFunction.TableSAMPTProperty |
![]() | software.amazon.awscdk.services.sam.CfnFunction.TableSAMPTProperty |
![]() | aws_cdk.aws_sam.CfnFunction.TableSAMPTProperty |
![]() | @aws-cdk/aws-sam » CfnFunction » TableSAMPTProperty |
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as sam from '@aws-cdk/aws-sam';
const tableSAMPTProperty: sam.CfnFunction.TableSAMPTProperty = {
tableName: 'tableName',
};
Properties
Name | Type | Description |
---|---|---|
table | string | CfnFunction.TableSAMPTProperty.TableName . |
tableName
Type:
string
CfnFunction.TableSAMPTProperty.TableName
.