Uses of Interface
com.hashicorp.cdktf.providers.aws.instance.InstanceEphemeralBlockDevice
-
Packages that use InstanceEphemeralBlockDevice Package Description com.hashicorp.cdktf.providers.aws.instance aws_instance -
-
Uses of InstanceEphemeralBlockDevice in com.hashicorp.cdktf.providers.aws.instance
Classes in com.hashicorp.cdktf.providers.aws.instance that implement InstanceEphemeralBlockDevice Modifier and Type Class Description static classInstanceEphemeralBlockDevice.Jsii$ProxyAn implementation forInstanceEphemeralBlockDeviceMethods in com.hashicorp.cdktf.providers.aws.instance that return InstanceEphemeralBlockDevice Modifier and Type Method Description InstanceEphemeralBlockDeviceInstanceEphemeralBlockDevice.Builder. build()Builds the configured instance.Methods in com.hashicorp.cdktf.providers.aws.instance with parameters of type InstanceEphemeralBlockDevice Modifier and Type Method Description voidInstanceEphemeralBlockDeviceOutputReference. setInternalValue(InstanceEphemeralBlockDevice value)Method parameters in com.hashicorp.cdktf.providers.aws.instance with type arguments of type InstanceEphemeralBlockDevice Modifier and Type Method Description Instance.BuilderInstance.Builder. ephemeralBlockDevice(List<? extends InstanceEphemeralBlockDevice> ephemeralBlockDevice)ephemeral_block_device block.InstanceConfig.BuilderInstanceConfig.Builder. ephemeralBlockDevice(List<? extends InstanceEphemeralBlockDevice> ephemeralBlockDevice)Sets the value ofInstanceConfig.getEphemeralBlockDevice()voidInstanceEphemeralBlockDeviceList. setInternalValue(List<InstanceEphemeralBlockDevice> value)
-