interface TableStreamSAMPTProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.SAM.CfnFunction.TableStreamSAMPTProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awssam#CfnFunction_TableStreamSAMPTProperty |
Java | software.amazon.awscdk.services.sam.CfnFunction.TableStreamSAMPTProperty |
Python | aws_cdk.aws_sam.CfnFunction.TableStreamSAMPTProperty |
TypeScript | aws-cdk-lib » 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 { aws_sam as sam } from 'aws-cdk-lib';
const tableStreamSAMPTProperty: sam.CfnFunction.TableStreamSAMPTProperty = {
streamName: 'streamName',
tableName: 'tableName',
};
Properties
Name | Type | Description |
---|---|---|
stream | string | |
table | string |
streamName
Type:
string
tableName
Type:
string