@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:00:42.436Z") @Stability(value=Stable) public interface CfnStackProps extends software.amazon.jsii.JsiiSerializable
| 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()
@Stability(value=Stable) @Nullable default List<String> getNotificationArns()
@Stability(value=Stable) @Nullable default Object getParameters()
@Stability(value=Stable) @Nullable default List<CfnTag> getTags()
@Stability(value=Stable) @Nullable default Number getTimeoutInMinutes()
@Stability(value=Stable) static CfnStackProps.Builder builder()
CfnStackProps.Builder of CfnStackPropsCopyright © 2021. All rights reserved.