aws-cdk-lib.aws_sam.CfnFunction.TableSAMPTProperty

interface TableSAMPTProperty

LanguageType name
.NETAmazon.CDK.AWS.SAM.CfnFunction.TableSAMPTProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awssam#CfnFunction_TableSAMPTProperty
Javasoftware.amazon.awscdk.services.sam.CfnFunction.TableSAMPTProperty
Pythonaws_cdk.aws_sam.CfnFunction.TableSAMPTProperty
TypeScript aws-cdk-lib » 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 { aws_sam as sam } from 'aws-cdk-lib';
const tableSAMPTProperty: sam.CfnFunction.TableSAMPTProperty = {
  tableName: 'tableName',
};

Properties

NameTypeDescription
tableNamestringCfnFunction.TableSAMPTProperty.TableName.

tableName

Type: string

CfnFunction.TableSAMPTProperty.TableName.