interface StreamSAMPTProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.SAM.CfnFunction.StreamSAMPTProperty |
Java | software.amazon.awscdk.services.sam.CfnFunction.StreamSAMPTProperty |
Python | aws_cdk.aws_sam.CfnFunction.StreamSAMPTProperty |
TypeScript | @aws-cdk/aws-sam » CfnFunction » StreamSAMPTProperty |
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 streamSAMPTProperty: sam.CfnFunction.StreamSAMPTProperty = {
streamName: 'streamName',
};
Properties
Name | Type | Description |
---|---|---|
stream | string | CfnFunction.StreamSAMPTProperty.StreamName . |
streamName
Type:
string
CfnFunction.StreamSAMPTProperty.StreamName
.