ConfigSetProps¶
-
class
aws_cdk.aws_ec2.
ConfigSetProps
(*, configs, config_sets)¶ Bases:
object
Options for CloudFormationInit.withConfigSets.
- Parameters
configs (
Mapping
[str
,InitConfig
]) – The sets of configs to pick from.config_sets (
Mapping
[str
,List
[str
]]) – The definitions of each config set.
Attributes
-
config_sets
¶ The definitions of each config set.
- Return type
Mapping
[str
,List
[str
]]
-
configs
¶ The sets of configs to pick from.
- Return type
Mapping
[str
,InitConfig
]