Interface IQueuePolicyProps
Properties to associate SQS queues with a policy.
Namespace: Amazon.CDK.AWS.SQS
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IQueuePolicyProps
Syntax (vb)
Public Interface IQueuePolicyProps
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.SQS;
Queue queue;
var queuePolicyProps = new QueuePolicyProps {
Queues = new [] { queue }
};
Synopsis
Properties
Queues | The set of queues this policy applies to. |