aws-cdk-lib.aws_sam.CfnFunction.QueueSAMPTProperty

interface QueueSAMPTProperty

LanguageType name
.NETAmazon.CDK.AWS.SAM.CfnFunction.QueueSAMPTProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awssam#CfnFunction_QueueSAMPTProperty
Javasoftware.amazon.awscdk.services.sam.CfnFunction.QueueSAMPTProperty
Pythonaws_cdk.aws_sam.CfnFunction.QueueSAMPTProperty
TypeScript aws-cdk-lib » aws_sam » CfnFunction » QueueSAMPTProperty

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 queueSAMPTProperty: sam.CfnFunction.QueueSAMPTProperty = {
  queueName: 'queueName',
};

Properties

NameTypeDescription
queueNamestringCfnFunction.QueueSAMPTProperty.QueueName.

queueName

Type: string

CfnFunction.QueueSAMPTProperty.QueueName.