| Modifier and Type | Class and Description |
|---|---|
static class |
CfnTag.Jsii$Proxy
An implementation for
CfnTag |
| Modifier and Type | Method and Description |
|---|---|
CfnTag |
CfnTag.Builder.build()
Builds the configured instance.
|
| Modifier and Type | Method and Description |
|---|---|
default List<CfnTag> |
CfnStackProps.getTags()
`AWS::CloudFormation::Stack.Tags`.
|
List<CfnTag> |
CfnStackProps.Jsii$Proxy.getTags() |
default List<CfnTag> |
CfnStackSetProps.getTags()
`AWS::CloudFormation::StackSet.Tags`.
|
List<CfnTag> |
CfnStackSetProps.Jsii$Proxy.getTags() |
| Modifier and Type | Method and Description |
|---|---|
CfnStackSet.Builder |
CfnStackSet.Builder.tags(List<? extends CfnTag> tags)
`AWS::CloudFormation::StackSet.Tags`.
|
CfnStack.Builder |
CfnStack.Builder.tags(List<? extends CfnTag> tags)
`AWS::CloudFormation::Stack.Tags`.
|
CfnStackProps.Builder |
CfnStackProps.Builder.tags(List<? extends CfnTag> tags)
Sets the value of
CfnStackProps.getTags() |
CfnStackSetProps.Builder |
CfnStackSetProps.Builder.tags(List<? extends CfnTag> tags)
Sets the value of
CfnStackSetProps.getTags() |
| Constructor and Description |
|---|
Jsii$Proxy(String templateUrl,
List<String> notificationArns,
Object parameters,
List<? extends CfnTag> tags,
Number timeoutInMinutes)
Constructor that initializes the object based on literal property values passed by the
CfnStackProps.Builder. |
Jsii$Proxy(String permissionModel,
String stackSetName,
String administrationRoleArn,
Object autoDeployment,
String callAs,
List<String> capabilities,
String description,
String executionRoleName,
Object operationPreferences,
Object parameters,
Object stackInstancesGroup,
List<? extends CfnTag> tags,
String templateBody,
String templateUrl)
Constructor that initializes the object based on literal property values passed by the
CfnStackSetProps.Builder. |
Copyright © 2021. All rights reserved.