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