@Generated(value="jsii-pacmak/0.14.3 (build 1b1062d)", date="2019-08-02T10:16:28.739Z") @Stability(value=External) public class CfnQueuePolicy extends software.amazon.awscdk.core.CfnResource
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-policy.html| Modifier and Type | Field and Description |
|---|---|
static String |
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
|
| Modifier | Constructor and Description |
|---|---|
|
CfnQueuePolicy(software.amazon.awscdk.core.Construct scope,
String id,
CfnQueuePolicyProps props)
Create a new `AWS::SQS::QueuePolicy`.
|
protected |
CfnQueuePolicy(software.amazon.jsii.JsiiObject.InitializationMode mode) |
| Modifier and Type | Method and Description |
|---|---|
protected Map<String,Object> |
getCfnProperties() |
Object |
getPolicyDocument()
`AWS::SQS::QueuePolicy.PolicyDocument`.
|
List<String> |
getQueues()
`AWS::SQS::QueuePolicy.Queues`.
|
protected Map<String,Object> |
renderProperties(Map<String,Object> props) |
void |
setPolicyDocument(Object value)
`AWS::SQS::QueuePolicy.PolicyDocument`.
|
void |
setQueues(List<String> value)
`AWS::SQS::QueuePolicy.Queues`.
|
addDeletionOverride, addDependsOn, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getCfnOptions, getCfnResourceType, getUpdatedProperites, isCfnResource, toString, validatePropertiesgetCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalId, preparegetNode, isConstruct, synthesize, validatejsiiAsyncCall, jsiiCall, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticGet, jsiiStaticSet@Stability(value=External) public static final String CFN_RESOURCE_TYPE_NAME
protected CfnQueuePolicy(software.amazon.jsii.JsiiObject.InitializationMode mode)
@Stability(value=External)
public CfnQueuePolicy(software.amazon.awscdk.core.Construct scope,
String id,
CfnQueuePolicyProps props)
scope - - scope in which this resource is defined.id - - scoped id of the resource.props - - resource properties.@Stability(value=External) protected Map<String,Object> renderProperties(Map<String,Object> props)
renderProperties in class software.amazon.awscdk.core.CfnResource@Stability(value=External) protected Map<String,Object> getCfnProperties()
getCfnProperties in class software.amazon.awscdk.core.CfnResource@Stability(value=External) @Nullable public Object getPolicyDocument()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-policy.html#cfn-sqs-queuepolicy-policydoc@Stability(value=External) public void setPolicyDocument(@Nullable Object value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-policy.html#cfn-sqs-queuepolicy-policydoc@Stability(value=External) public List<String> getQueues()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-policy.html#cfn-sqs-queuepolicy-queuesCopyright © 2019. All rights reserved.