interface QueuePolicyProps
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.SQS.QueuePolicyProps |
![]() | software.amazon.awscdk.services.sqs.QueuePolicyProps |
![]() | aws_cdk.aws_sqs.QueuePolicyProps |
![]() | @aws-cdk/aws-sqs » QueuePolicyProps |
Properties to associate SQS queues with a policy.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as sqs from '@aws-cdk/aws-sqs';
declare const queue: sqs.Queue;
const queuePolicyProps: sqs.QueuePolicyProps = {
queues: [queue],
};
Properties
Name | Type | Description |
---|---|---|
queues | IQueue [] | The set of queues this policy applies to. |
queues
Type:
IQueue
[]
The set of queues this policy applies to.