aws-cdk-lib.aws_sam.CfnFunction.StreamSAMPTProperty

interface StreamSAMPTProperty

LanguageType name
.NETAmazon.CDK.AWS.SAM.CfnFunction.StreamSAMPTProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awssam#CfnFunction_StreamSAMPTProperty
Javasoftware.amazon.awscdk.services.sam.CfnFunction.StreamSAMPTProperty
Pythonaws_cdk.aws_sam.CfnFunction.StreamSAMPTProperty
TypeScript 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

NameTypeDescription
streamNamestringCfnFunction.StreamSAMPTProperty.StreamName.

streamName

Type: string

CfnFunction.StreamSAMPTProperty.StreamName.