| Package | Description |
|---|---|
| software.amazon.awscdk.services.ec2 |
| Modifier and Type | Class and Description |
|---|---|
static class |
BlockDevice.Jsii$Proxy
An implementation for
BlockDevice |
| Modifier and Type | Method and Description |
|---|---|
BlockDevice |
BlockDevice.Builder.build()
Builds the configured instance.
|
| Modifier and Type | Method and Description |
|---|---|
default List<BlockDevice> |
InstanceProps.getBlockDevices()
(experimental) Specifies how block devices are exposed to the instance.
|
List<BlockDevice> |
InstanceProps.Jsii$Proxy.getBlockDevices() |
default List<BlockDevice> |
BastionHostLinuxProps.getBlockDevices()
(experimental) Specifies how block devices are exposed to the instance.
|
List<BlockDevice> |
BastionHostLinuxProps.Jsii$Proxy.getBlockDevices() |
| Modifier and Type | Method and Description |
|---|---|
BastionHostLinux.Builder |
BastionHostLinux.Builder.blockDevices(List<? extends BlockDevice> blockDevices)
(experimental) Specifies how block devices are exposed to the instance.
|
Instance.Builder |
Instance.Builder.blockDevices(List<? extends BlockDevice> blockDevices)
(experimental) Specifies how block devices are exposed to the instance.
|
InstanceProps.Builder |
InstanceProps.Builder.blockDevices(List<? extends BlockDevice> blockDevices)
Sets the value of
InstanceProps.getBlockDevices() |
BastionHostLinuxProps.Builder |
BastionHostLinuxProps.Builder.blockDevices(List<? extends BlockDevice> blockDevices)
Sets the value of
BastionHostLinuxProps.getBlockDevices() |
| 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. |
Jsii$Proxy(IVpc vpc,
String availabilityZone,
List<? extends BlockDevice> blockDevices,
String instanceName,
InstanceType instanceType,
IMachineImage machineImage,
ISecurityGroup securityGroup,
SubnetSelection subnetSelection)
Constructor that initializes the object based on literal property values passed by the
BastionHostLinuxProps.Builder. |
Copyright © 2020. All rights reserved.