| Package | Description |
|---|---|
| software.amazon.awscdk.services.ec2 |
Amazon EC2 Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,InitConfig> |
ConfigSetProps.getConfigs()
(experimental) The sets of configs to pick from.
|
Map<String,InitConfig> |
ConfigSetProps.Jsii$Proxy.getConfigs() |
| Modifier and Type | Method and Description |
|---|---|
void |
CloudFormationInit.addConfig(String configName,
InitConfig config)
(experimental) Add a config with the given name to this CloudFormationInit object.
|
static CloudFormationInit |
CloudFormationInit.fromConfig(InitConfig config)
(experimental) Use an existing InitConfig object as the default and only config.
|
| Modifier and Type | Method and Description |
|---|---|
ConfigSetProps.Builder |
ConfigSetProps.Builder.configs(Map<String,? extends InitConfig> configs)
Sets the value of
ConfigSetProps.getConfigs() |
| Constructor and Description |
|---|
Jsii$Proxy(Map<String,? extends InitConfig> configs,
Map<String,? extends List<String>> configSets)
Constructor that initializes the object based on literal property values passed by the
ConfigSetProps.Builder. |
Copyright © 2021. All rights reserved.