| Package | Description |
|---|---|
| software.amazon.awscdk.services.appconfig |
| Modifier and Type | Class and Description |
|---|---|
static class |
CfnDeploymentStrategy.TagsProperty.Jsii$Proxy
An implementation for
CfnDeploymentStrategy.TagsProperty |
| Modifier and Type | Method and Description |
|---|---|
CfnDeploymentStrategy.TagsProperty |
CfnDeploymentStrategy.TagsProperty.Builder.build()
Builds the configured instance.
|
| Modifier and Type | Method and Description |
|---|---|
List<CfnDeploymentStrategy.TagsProperty> |
CfnDeploymentStrategy.getTags()
`AWS::AppConfig::DeploymentStrategy.Tags`.
|
default List<CfnDeploymentStrategy.TagsProperty> |
CfnDeploymentStrategyProps.getTags()
`AWS::AppConfig::DeploymentStrategy.Tags`.
|
List<CfnDeploymentStrategy.TagsProperty> |
CfnDeploymentStrategyProps.Jsii$Proxy.getTags() |
| Modifier and Type | Method and Description |
|---|---|
void |
CfnDeploymentStrategy.setTags(List<CfnDeploymentStrategy.TagsProperty> value)
`AWS::AppConfig::DeploymentStrategy.Tags`.
|
CfnDeploymentStrategy.Builder |
CfnDeploymentStrategy.Builder.tags(List<? extends CfnDeploymentStrategy.TagsProperty> tags)
`AWS::AppConfig::DeploymentStrategy.Tags`.
|
CfnDeploymentStrategyProps.Builder |
CfnDeploymentStrategyProps.Builder.tags(List<? extends CfnDeploymentStrategy.TagsProperty> tags)
Sets the value of
CfnDeploymentStrategyProps.getTags() |
| Constructor and Description |
|---|
Jsii$Proxy(Number deploymentDurationInMinutes,
Number growthFactor,
String name,
String replicateTo,
String description,
Number finalBakeTimeInMinutes,
String growthType,
List<? extends CfnDeploymentStrategy.TagsProperty> tags)
Constructor that initializes the object based on literal property values passed by the
CfnDeploymentStrategyProps.Builder. |
Copyright © 2021. All rights reserved.