aws-cdk-lib.aws_sam.CfnFunction.QueueSAMPTProperty
interface QueueSAMPTProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.SAM.CfnFunction.QueueSAMPTProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awssam#CfnFunction_QueueSAMPTProperty |
![]() | software.amazon.awscdk.services.sam.CfnFunction.QueueSAMPTProperty |
![]() | aws_cdk.aws_sam.CfnFunction.QueueSAMPTProperty |
![]() | 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
Name | Type | Description |
---|---|---|
queue | string | CfnFunction.QueueSAMPTProperty.QueueName . |
queueName
Type:
string
CfnFunction.QueueSAMPTProperty.QueueName
.