@Generated(value="jsii-pacmak/1.50.0 (build d1830a4)", date="2022-01-04T15:39:15.232Z") @Stability(value=Experimental) 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()
(experimental) The set of queues this policy applies to.
|
@Stability(value=Experimental) @NotNull List<IQueue> getQueues()
@Stability(value=Experimental) static QueuePolicyProps.Builder builder()
QueuePolicyProps.Builder of QueuePolicyPropsCopyright © 2022. All rights reserved.