@Generated(value="jsii-pacmak/1.9.0 (build 5c646d5)", date="2020-08-14T23:35:53.706Z") @Stability(value=Stable) public interface CfnStackProps extends software.amazon.jsii.JsiiSerializable
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stack.html| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnStackProps.Builder
A builder for
CfnStackProps |
static class |
CfnStackProps.Jsii$Proxy
An implementation for
CfnStackProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnStackProps.Builder |
builder() |
default List<String> |
getNotificationArns()
`AWS::CloudFormation::Stack.NotificationARNs`.
|
default Object |
getParameters()
`AWS::CloudFormation::Stack.Parameters`.
|
default List<CfnTag> |
getTags()
`AWS::CloudFormation::Stack.Tags`.
|
String |
getTemplateUrl()
`AWS::CloudFormation::Stack.TemplateURL`.
|
default Number |
getTimeoutInMinutes()
`AWS::CloudFormation::Stack.TimeoutInMinutes`.
|
@Stability(value=Stable) @NotNull String getTemplateUrl()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stack.html#cfn-cloudformation-stack-templateurl@Stability(value=Stable) @Nullable default List<String> getNotificationArns()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stack.html#cfn-cloudformation-stack-notificationarns@Stability(value=Stable) @Nullable default Object getParameters()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stack.html#cfn-cloudformation-stack-parameters@Stability(value=Stable) @Nullable default List<CfnTag> getTags()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stack.html#cfn-cloudformation-stack-tags@Stability(value=Stable) @Nullable default Number getTimeoutInMinutes()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stack.html#cfn-cloudformation-stack-timeoutinminutes@Stability(value=Stable) static CfnStackProps.Builder builder()
CfnStackProps.Builder of CfnStackPropsCopyright © 2020. All rights reserved.