Uses of Interface
com.hashicorp.cdktf.providers.aws.instance.InstanceEbsBlockDevice
-
Packages that use InstanceEbsBlockDevice Package Description com.hashicorp.cdktf.providers.aws.instance aws_instance -
-
Uses of InstanceEbsBlockDevice in com.hashicorp.cdktf.providers.aws.instance
Classes in com.hashicorp.cdktf.providers.aws.instance that implement InstanceEbsBlockDevice Modifier and Type Class Description static classInstanceEbsBlockDevice.Jsii$ProxyAn implementation forInstanceEbsBlockDeviceMethods in com.hashicorp.cdktf.providers.aws.instance that return InstanceEbsBlockDevice Modifier and Type Method Description InstanceEbsBlockDeviceInstanceEbsBlockDevice.Builder. build()Builds the configured instance.Methods in com.hashicorp.cdktf.providers.aws.instance with parameters of type InstanceEbsBlockDevice Modifier and Type Method Description voidInstanceEbsBlockDeviceOutputReference. setInternalValue(InstanceEbsBlockDevice value)Method parameters in com.hashicorp.cdktf.providers.aws.instance with type arguments of type InstanceEbsBlockDevice Modifier and Type Method Description Instance.BuilderInstance.Builder. ebsBlockDevice(List<? extends InstanceEbsBlockDevice> ebsBlockDevice)ebs_block_device block.InstanceConfig.BuilderInstanceConfig.Builder. ebsBlockDevice(List<? extends InstanceEbsBlockDevice> ebsBlockDevice)Sets the value ofInstanceConfig.getEbsBlockDevice()voidInstanceEbsBlockDeviceList. setInternalValue(List<InstanceEbsBlockDevice> value)
-