@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:42.277Z") @Stability(value=Stable) public interface QueuePolicyProps extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.sqs.*;
Queue queue;
QueuePolicyProps queuePolicyProps = QueuePolicyProps.builder()
.queues(List.of(queue))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
QueuePolicyProps.Builder
A builder for
QueuePolicyProps |
static class |
QueuePolicyProps.Jsii$Proxy
An implementation for
QueuePolicyProps |
| Modifier and Type | Method and Description |
|---|---|
static QueuePolicyProps.Builder |
builder() |
List<IQueue> |
getQueues()
The set of queues this policy applies to.
|
@Stability(value=Stable) @NotNull List<IQueue> getQueues()
@Stability(value=Stable) static QueuePolicyProps.Builder builder()
QueuePolicyProps.Builder of QueuePolicyPropsCopyright © 2022. All rights reserved.