| Package | Description |
|---|---|
| software.amazon.awscdk.services.appconfig |
| Modifier and Type | Class and Description |
|---|---|
static class |
CfnDeployment.TagsProperty.Jsii$Proxy
An implementation for
CfnDeployment.TagsProperty |
| Modifier and Type | Method and Description |
|---|---|
CfnDeployment.TagsProperty |
CfnDeployment.TagsProperty.Builder.build()
Builds the configured instance.
|
| Modifier and Type | Method and Description |
|---|---|
default List<CfnDeployment.TagsProperty> |
CfnDeploymentProps.getTags()
`AWS::AppConfig::Deployment.Tags`.
|
List<CfnDeployment.TagsProperty> |
CfnDeploymentProps.Jsii$Proxy.getTags() |
List<CfnDeployment.TagsProperty> |
CfnDeployment.getTags()
`AWS::AppConfig::Deployment.Tags`.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CfnDeployment.setTags(List<CfnDeployment.TagsProperty> value)
`AWS::AppConfig::Deployment.Tags`.
|
CfnDeploymentProps.Builder |
CfnDeploymentProps.Builder.tags(List<? extends CfnDeployment.TagsProperty> tags)
Sets the value of
CfnDeploymentProps.getTags() |
CfnDeployment.Builder |
CfnDeployment.Builder.tags(List<? extends CfnDeployment.TagsProperty> tags)
`AWS::AppConfig::Deployment.Tags`.
|
| Constructor and Description |
|---|
Jsii$Proxy(String applicationId,
String configurationProfileId,
String configurationVersion,
String deploymentStrategyId,
String environmentId,
String description,
List<? extends CfnDeployment.TagsProperty> tags)
Constructor that initializes the object based on literal property values passed by the
CfnDeploymentProps.Builder. |
Copyright © 2021. All rights reserved.