| Package | Description |
|---|---|
| software.amazon.awscdk.services.ec2 |
Amazon EC2 Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,InitConfig> |
ConfigSetProps.getConfigs()
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)
Add a config with the given name to this CloudFormationInit object.
|
static CloudFormationInit |
CloudFormationInit.fromConfig(InitConfig config)
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() |
Copyright © 2022. All rights reserved.