| Package | Description |
|---|---|
| software.amazon.awscdk.services.ec2 |
Amazon EC2 Construct Library
|
| Modifier and Type | Class and Description |
|---|---|
class |
InitCommand
(experimental) Command to execute on the instance.
|
class |
InitFile
(experimental) Create files on the EC2 instance.
|
class |
InitGroup
(experimental) Create Linux/UNIX groups and assign group IDs.
|
class |
InitPackage
(experimental) A package to be installed during cfn-init time.
|
class |
InitService
(experimental) A services that be enabled, disabled or restarted when the instance is launched.
|
class |
InitSource
(experimental) Extract an archive into a directory.
|
class |
InitUser
(experimental) Create Linux/UNIX users and to assign user IDs.
|
| Modifier and Type | Method and Description |
|---|---|
void |
InitConfig.add(InitElement... elements)
(experimental) Add one or more elements to the config.
|
static CloudFormationInit |
CloudFormationInit.fromElements(InitElement... elements)
(experimental) Build a new config from a set of Init Elements.
|
| Constructor and Description |
|---|
InitConfig(List<InitElement> elements) |
Copyright © 2021. All rights reserved.