Uses of Class
software.amazon.awscdk.services.ec2.InitElement
Packages that use InitElement
-
Uses of InitElement in software.amazon.awscdk.services.ec2
Subclasses of InitElement in software.amazon.awscdk.services.ec2Modifier and TypeClassDescriptionclass
Command to execute on the instance.class
Create files on the EC2 instance.class
Create Linux/UNIX groups and assign group IDs.class
A package to be installed during cfn-init time.class
A services that be enabled, disabled or restarted when the instance is launched.class
Extract an archive into a directory.class
Create Linux/UNIX users and to assign user IDs.Methods in software.amazon.awscdk.services.ec2 with parameters of type InitElementModifier and TypeMethodDescriptionvoid
InitConfig.add
(InitElement... elements) Add one or more elements to the config.static CloudFormationInit
CloudFormationInit.fromElements
(InitElement... elements) Build a new config from a set of Init Elements.Constructor parameters in software.amazon.awscdk.services.ec2 with type arguments of type InitElement