Uses of Class
software.amazon.awscdk.services.ec2.InitConfig
Packages that use InitConfig
-
Uses of InitConfig in software.amazon.awscdk.services.ec2
Methods in software.amazon.awscdk.services.ec2 that return types with arguments of type InitConfigModifier and TypeMethodDescriptionConfigSetProps.getConfigs()The sets of configs to pick from.final Map<String, InitConfig> ConfigSetProps.Jsii$Proxy.getConfigs()Methods in software.amazon.awscdk.services.ec2 with parameters of type InitConfigModifier and TypeMethodDescriptionvoidCloudFormationInit.addConfig(String configName, InitConfig config) Add a config with the given name to this CloudFormationInit object.static CloudFormationInitCloudFormationInit.fromConfig(InitConfig config) Use an existing InitConfig object as the default and only config.Method parameters in software.amazon.awscdk.services.ec2 with type arguments of type InitConfigModifier and TypeMethodDescriptionConfigSetProps.Builder.configs(Map<String, ? extends InitConfig> configs) Sets the value ofConfigSetProps.getConfigs()