Uses of Class
software.amazon.awscdk.services.ec2.InitElement
-
Uses of InitElement in software.amazon.awscdk.services.ec2
Modifier 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.Modifier and TypeMethodDescriptionvoid
InitConfig.add
(@NotNull InitElement... elements) Add one or more elements to the config.static CloudFormationInit
CloudFormationInit.fromElements
(@NotNull InitElement... elements) Build a new config from a set of Init Elements.