aws-cdk-lib.aws_sam.CfnFunction.StreamSAMPTProperty
interface StreamSAMPTProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.SAM.CfnFunction.StreamSAMPTProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awssam#CfnFunction_StreamSAMPTProperty |
![]() | software.amazon.awscdk.services.sam.CfnFunction.StreamSAMPTProperty |
![]() | aws_cdk.aws_sam.CfnFunction.StreamSAMPTProperty |
![]() | aws-cdk-lib » 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 { aws_sam as sam } from 'aws-cdk-lib';
const streamSAMPTProperty: sam.CfnFunction.StreamSAMPTProperty = {
streamName: 'streamName',
};
Properties
Name | Type | Description |
---|---|---|
stream | string | CfnFunction.StreamSAMPTProperty.StreamName . |
streamName
Type:
string
CfnFunction.StreamSAMPTProperty.StreamName
.