@Generated(value="jsii-pacmak/0.7.15 (build e429c41)", date="2019-03-07T22:16:52.927Z") public class CfnQueue extends software.amazon.awscdk.Resource
| Modifier and Type | Field and Description |
|---|---|
static String |
RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
|
| Modifier | Constructor and Description |
|---|---|
|
CfnQueue(software.amazon.awscdk.Construct scope,
String id)
Creates a new ``AWS::SQS::Queue``.
|
|
CfnQueue(software.amazon.awscdk.Construct scope,
String id,
CfnQueueProps props)
Creates a new ``AWS::SQS::Queue``.
|
protected |
CfnQueue(software.amazon.jsii.JsiiObject.InitializationMode mode) |
| Modifier and Type | Method and Description |
|---|---|
CfnQueueProps |
getPropertyOverrides() |
String |
getQueueArn() |
String |
getQueueName() |
String |
getQueueUrl() |
software.amazon.awscdk.TagManager |
getTags()
The ``TagManager`` handles setting, removing and formatting tags
Tags should be managed either passing them as properties during
initiation or by calling methods on this object.
|
protected Map<String,Object> |
renderProperties(Object properties) |
addDeletionOverride, addDependsOn, addOverride, addPropertyDeletionOverride, addPropertyOverride, attribute, attribute, getAtt, getOptions, getProperties, getResourceType, getUntypedPropertyOverrides, isResource, isTaggable, toCloudFormationgetCreationStackTrace, getLogicalId, getStackPath, isStackElement, overrideLogicalId, preparegetDependencyRoots, getNode, isConstruct, toString, validatepublic static final String RESOURCE_TYPE_NAME
protected CfnQueue(software.amazon.jsii.JsiiObject.InitializationMode mode)
public CfnQueue(software.amazon.awscdk.Construct scope,
String id,
@Nullable
CfnQueueProps props)
scope - scope in which this resource is definedid - scoped id of the resourceprops - resource propertiespublic CfnQueue(software.amazon.awscdk.Construct scope,
String id)
scope - scope in which this resource is definedid - scoped id of the resourceprotected Map<String,Object> renderProperties(Object properties)
renderProperties in class software.amazon.awscdk.Resourcepublic CfnQueueProps getPropertyOverrides()
public String getQueueArn()
public String getQueueName()
public String getQueueUrl()
public software.amazon.awscdk.TagManager getTags()
Copyright © 2019. All rights reserved.