| Package | Description |
|---|---|
| software.amazon.awscdk.services.ec2 |
Amazon EC2 Construct Library
|
| Modifier and Type | Class and Description |
|---|---|
class |
InitCommand
Command to execute on the instance.
|
class |
InitFile
Create files on the EC2 instance.
|
class |
InitGroup
Create Linux/UNIX groups and assign group IDs.
|
class |
InitPackage
A package to be installed during cfn-init time.
|
class |
InitService
A services that be enabled, disabled or restarted when the instance is launched.
|
class |
InitSource
Extract an archive into a directory.
|
class |
InitUser
Create Linux/UNIX users and to assign user IDs.
|
| Modifier and Type | Method and Description |
|---|---|
void |
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 and Description |
|---|
InitConfig(List<InitElement> elements) |
Copyright © 2022. All rights reserved.