interface TableStreamSAMPTProperty
This page is available in another version. Click here for the v2 documentation.
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.SAM.CfnFunction.TableStreamSAMPTProperty |
![]() | software.amazon.awscdk.services.sam.CfnFunction.TableStreamSAMPTProperty |
![]() | aws_cdk.aws_sam.CfnFunction.TableStreamSAMPTProperty |
![]() | @aws-cdk/aws-sam » CfnFunction » TableStreamSAMPTProperty |
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 tableStreamSAMPTProperty: sam.CfnFunction.TableStreamSAMPTProperty = {
streamName: 'streamName',
tableName: 'tableName',
};
Properties
Name | Type | Description |
---|---|---|
stream | string | CfnFunction.TableStreamSAMPTProperty.StreamName . |
table | string | CfnFunction.TableStreamSAMPTProperty.TableName . |
streamName
Type:
string
CfnFunction.TableStreamSAMPTProperty.StreamName
.
tableName
Type:
string
CfnFunction.TableStreamSAMPTProperty.TableName
.