@Generated(value="jsii-pacmak/0.14.3 (build 1b1062d)", date="2019-08-02T10:16:28.734Z") @Stability(value=External) public class CfnQueue extends software.amazon.awscdk.core.CfnResource
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.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 |
|---|---|
|
CfnQueue(software.amazon.awscdk.core.Construct scope,
String id)
Create a new `AWS::SQS::Queue`.
|
|
CfnQueue(software.amazon.awscdk.core.Construct scope,
String id,
CfnQueueProps props)
Create a new `AWS::SQS::Queue`.
|
protected |
CfnQueue(software.amazon.jsii.JsiiObject.InitializationMode mode) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAttrArn() |
String |
getAttrQueueName() |
protected Map<String,Object> |
getCfnProperties() |
Object |
getContentBasedDeduplication()
`AWS::SQS::Queue.ContentBasedDeduplication`.
|
Number |
getDelaySeconds()
`AWS::SQS::Queue.DelaySeconds`.
|
Object |
getFifoQueue()
`AWS::SQS::Queue.FifoQueue`.
|
Number |
getKmsDataKeyReusePeriodSeconds()
`AWS::SQS::Queue.KmsDataKeyReusePeriodSeconds`.
|
String |
getKmsMasterKeyId()
`AWS::SQS::Queue.KmsMasterKeyId`.
|
Number |
getMaximumMessageSize()
`AWS::SQS::Queue.MaximumMessageSize`.
|
Number |
getMessageRetentionPeriod()
`AWS::SQS::Queue.MessageRetentionPeriod`.
|
String |
getQueueName()
`AWS::SQS::Queue.QueueName`.
|
Number |
getReceiveMessageWaitTimeSeconds()
`AWS::SQS::Queue.ReceiveMessageWaitTimeSeconds`.
|
Object |
getRedrivePolicy()
`AWS::SQS::Queue.RedrivePolicy`.
|
software.amazon.awscdk.core.TagManager |
getTags()
`AWS::SQS::Queue.Tags`.
|
Number |
getVisibilityTimeout()
`AWS::SQS::Queue.VisibilityTimeout`.
|
protected Map<String,Object> |
renderProperties(Map<String,Object> props) |
void |
setContentBasedDeduplication(Boolean value)
`AWS::SQS::Queue.ContentBasedDeduplication`.
|
void |
setContentBasedDeduplication(software.amazon.awscdk.core.IResolvable value)
`AWS::SQS::Queue.ContentBasedDeduplication`.
|
void |
setDelaySeconds(Number value)
`AWS::SQS::Queue.DelaySeconds`.
|
void |
setFifoQueue(Boolean value)
`AWS::SQS::Queue.FifoQueue`.
|
void |
setFifoQueue(software.amazon.awscdk.core.IResolvable value)
`AWS::SQS::Queue.FifoQueue`.
|
void |
setKmsDataKeyReusePeriodSeconds(Number value)
`AWS::SQS::Queue.KmsDataKeyReusePeriodSeconds`.
|
void |
setKmsMasterKeyId(String value)
`AWS::SQS::Queue.KmsMasterKeyId`.
|
void |
setMaximumMessageSize(Number value)
`AWS::SQS::Queue.MaximumMessageSize`.
|
void |
setMessageRetentionPeriod(Number value)
`AWS::SQS::Queue.MessageRetentionPeriod`.
|
void |
setQueueName(String value)
`AWS::SQS::Queue.QueueName`.
|
void |
setReceiveMessageWaitTimeSeconds(Number value)
`AWS::SQS::Queue.ReceiveMessageWaitTimeSeconds`.
|
void |
setRedrivePolicy(Object value)
`AWS::SQS::Queue.RedrivePolicy`.
|
void |
setVisibilityTimeout(Number value)
`AWS::SQS::Queue.VisibilityTimeout`.
|
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 CfnQueue(software.amazon.jsii.JsiiObject.InitializationMode mode)
@Stability(value=External)
public CfnQueue(software.amazon.awscdk.core.Construct scope,
String id,
@Nullable
CfnQueueProps props)
scope - - scope in which this resource is defined.id - - scoped id of the resource.props - - resource properties.@Stability(value=External)
public CfnQueue(software.amazon.awscdk.core.Construct scope,
String id)
scope - - scope in which this resource is defined.id - - scoped id of the resource.@Stability(value=External) protected Map<String,Object> renderProperties(Map<String,Object> props)
renderProperties in class software.amazon.awscdk.core.CfnResource@Stability(value=External) public String getAttrArn()
@Stability(value=External) public String getAttrQueueName()
@Stability(value=External) protected Map<String,Object> getCfnProperties()
getCfnProperties in class software.amazon.awscdk.core.CfnResource@Stability(value=External) public software.amazon.awscdk.core.TagManager getTags()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#cfn-sqs-queue-tags@Stability(value=External) @Nullable public Object getRedrivePolicy()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-redrive@Stability(value=External) public void setRedrivePolicy(@Nullable Object value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-redrive@Stability(value=External) @Nullable public Object getContentBasedDeduplication()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-contentbaseddeduplication@Stability(value=External) public void setContentBasedDeduplication(@Nullable Boolean value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-contentbaseddeduplication@Stability(value=External) public void setContentBasedDeduplication(@Nullable software.amazon.awscdk.core.IResolvable value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-contentbaseddeduplication@Stability(value=External) @Nullable public Number getDelaySeconds()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-delayseconds@Stability(value=External) public void setDelaySeconds(@Nullable Number value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-delayseconds@Stability(value=External) @Nullable public Object getFifoQueue()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-fifoqueue@Stability(value=External) public void setFifoQueue(@Nullable Boolean value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-fifoqueue@Stability(value=External) public void setFifoQueue(@Nullable software.amazon.awscdk.core.IResolvable value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-fifoqueue@Stability(value=External) @Nullable public Number getKmsDataKeyReusePeriodSeconds()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-kmsdatakeyreuseperiodseconds@Stability(value=External) public void setKmsDataKeyReusePeriodSeconds(@Nullable Number value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-kmsdatakeyreuseperiodseconds@Stability(value=External) @Nullable public String getKmsMasterKeyId()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-kmsmasterkeyid@Stability(value=External) public void setKmsMasterKeyId(@Nullable String value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-kmsmasterkeyid@Stability(value=External) @Nullable public Number getMaximumMessageSize()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-maxmesgsize@Stability(value=External) public void setMaximumMessageSize(@Nullable Number value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-maxmesgsize@Stability(value=External) @Nullable public Number getMessageRetentionPeriod()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-msgretentionperiod@Stability(value=External) public void setMessageRetentionPeriod(@Nullable Number value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-msgretentionperiod@Stability(value=External) @Nullable public String getQueueName()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-name@Stability(value=External) public void setQueueName(@Nullable String value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-name@Stability(value=External) @Nullable public Number getReceiveMessageWaitTimeSeconds()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-receivemsgwaittime@Stability(value=External) public void setReceiveMessageWaitTimeSeconds(@Nullable Number value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-receivemsgwaittime@Stability(value=External) @Nullable public Number getVisibilityTimeout()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-visiblitytimeoutCopyright © 2019. All rights reserved.