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