@Generated(value="jsii-pacmak/1.7.0 (build 179a3a5)", date="2020-07-02T12:03:03.193Z") @Stability(value=Stable) public class CfnStack extends CfnResource implements IInspectable
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stack.html| Modifier and Type | Class and Description |
|---|---|
static class |
CfnStack.Builder
A fluent builder for
CfnStack. |
software.amazon.jsii.JsiiObject.InitializationModeIInspectable.Jsii$Proxy| 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 |
|---|---|
|
CfnStack(Construct scope,
String id,
CfnStackProps props)
Create a new `AWS::CloudFormation::Stack`.
|
protected |
CfnStack(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
CfnStack(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
static CfnStack |
fromCloudFormation(Construct scope,
String id,
Object resourceAttributes,
FromCloudFormationOptions options)
A factory method that creates a new instance of this class from an object containing the CloudFormation properties of this resource.
|
protected Map<String,Object> |
getCfnProperties() |
List<String> |
getNotificationArns()
`AWS::CloudFormation::Stack.NotificationARNs`.
|
Object |
getParameters()
`AWS::CloudFormation::Stack.Parameters`.
|
TagManager |
getTags()
`AWS::CloudFormation::Stack.Tags`.
|
String |
getTemplateUrl()
`AWS::CloudFormation::Stack.TemplateURL`.
|
Number |
getTimeoutInMinutes()
`AWS::CloudFormation::Stack.TimeoutInMinutes`.
|
void |
inspect(TreeInspector inspector)
Examines the CloudFormation resource and discloses attributes.
|
protected Map<String,Object> |
renderProperties(Map<String,Object> props) |
void |
setNotificationArns(List<String> value)
`AWS::CloudFormation::Stack.NotificationARNs`.
|
void |
setParameters(IResolvable value)
`AWS::CloudFormation::Stack.Parameters`.
|
void |
setParameters(Map<String,String> value)
`AWS::CloudFormation::Stack.Parameters`.
|
void |
setTemplateUrl(String value)
`AWS::CloudFormation::Stack.TemplateURL`.
|
void |
setTimeoutInMinutes(Number value)
`AWS::CloudFormation::Stack.TimeoutInMinutes`.
|
addDeletionOverride, addDependsOn, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getCfnOptions, getCfnResourceType, getUpdatedProperites, isCfnResource, toString, validatePropertiesgetRefgetCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalIdgetNode, isConstruct, onPrepare, onSynthesize, onValidate, prepare, synthesize, validatejsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet@Stability(value=Stable) public static final String CFN_RESOURCE_TYPE_NAME
protected CfnStack(software.amazon.jsii.JsiiObjectRef objRef)
protected CfnStack(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
public CfnStack(@NotNull
Construct scope,
@NotNull
String id,
@NotNull
CfnStackProps props)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.props - - resource properties. This parameter is required.@Stability(value=Experimental) @NotNull public static CfnStack fromCloudFormation(@NotNull Construct scope, @NotNull String id, @NotNull Object resourceAttributes, @NotNull FromCloudFormationOptions options)
Used in the @aws-cdk/cloudformation-include module.
EXPERIMENTAL
scope - This parameter is required.id - This parameter is required.resourceAttributes - This parameter is required.options - This parameter is required.@Stability(value=Experimental)
public void inspect(@NotNull
TreeInspector inspector)
EXPERIMENTAL
inspect in interface IInspectableinspector - - tree inspector to collect and process attributes. This parameter is required.@Stability(value=Stable) @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String,Object> props)
renderProperties in class CfnResourceprops - This parameter is required.@Stability(value=Stable) @NotNull protected Map<String,Object> getCfnProperties()
getCfnProperties in class CfnResource@Stability(value=Stable) @NotNull public TagManager getTags()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stack.html#cfn-cloudformation-stack-tags@Stability(value=Stable) @NotNull public String getTemplateUrl()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stack.html#cfn-cloudformation-stack-templateurl@Stability(value=Stable)
public void setTemplateUrl(@NotNull
String value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stack.html#cfn-cloudformation-stack-templateurl@Stability(value=Stable) @Nullable public List<String> getNotificationArns()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stack.html#cfn-cloudformation-stack-notificationarns@Stability(value=Stable)
public void setNotificationArns(@Nullable
List<String> value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stack.html#cfn-cloudformation-stack-notificationarns@Stability(value=Stable) @Nullable public Object getParameters()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stack.html#cfn-cloudformation-stack-parameters@Stability(value=Stable)
public void setParameters(@Nullable
IResolvable value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stack.html#cfn-cloudformation-stack-parameters@Stability(value=Stable)
public void setParameters(@Nullable
Map<String,String> value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stack.html#cfn-cloudformation-stack-parameters@Stability(value=Stable) @Nullable public Number getTimeoutInMinutes()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stack.html#cfn-cloudformation-stack-timeoutinminutes@Stability(value=Stable)
public void setTimeoutInMinutes(@Nullable
Number value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stack.html#cfn-cloudformation-stack-timeoutinminutesCopyright © 2020. All rights reserved.