Modifier and Type | Method and Description |
---|---|
static CloudFormationInit |
CloudFormationInit.fromConfig(InitConfig config)
Use an existing InitConfig object as the default and only config.
|
static CloudFormationInit |
CloudFormationInit.fromConfigSets(ConfigSetProps props)
Build a CloudFormationInit from config sets.
|
static CloudFormationInit |
CloudFormationInit.fromElements(InitElement... elements)
Build a new config from a set of Init Elements.
|
default CloudFormationInit |
InstanceProps.getInit()
Apply the given CloudFormation Init configuration to the instance at startup.
|
CloudFormationInit |
InstanceProps.Jsii$Proxy.getInit() |
Modifier and Type | Method and Description |
---|---|
Instance.Builder |
Instance.Builder.init(CloudFormationInit init)
Apply the given CloudFormation Init configuration to the instance at startup.
|
InstanceProps.Builder |
InstanceProps.Builder.init(CloudFormationInit init)
Sets the value of
InstanceProps.getInit() |
Constructor and Description |
---|
Jsii$Proxy(InstanceType instanceType,
IMachineImage machineImage,
IVpc vpc,
Boolean allowAllOutbound,
String availabilityZone,
List<? extends BlockDevice> blockDevices,
CloudFormationInit init,
ApplyCloudFormationInitOptions initOptions,
String instanceName,
String keyName,
String privateIpAddress,
Duration resourceSignalTimeout,
IRole role,
ISecurityGroup securityGroup,
Boolean sourceDestCheck,
UserData userData,
Boolean userDataCausesReplacement,
SubnetSelection vpcSubnets)
Constructor that initializes the object based on literal property values passed by the
InstanceProps.Builder . |
Copyright © 2021. All rights reserved.