Uses of Interface
com.hashicorp.cdktf.providers.aws.instance.InstanceRootBlockDevice
-
Packages that use InstanceRootBlockDevice Package Description com.hashicorp.cdktf.providers.aws.instance aws_instance -
-
Uses of InstanceRootBlockDevice in com.hashicorp.cdktf.providers.aws.instance
Classes in com.hashicorp.cdktf.providers.aws.instance that implement InstanceRootBlockDevice Modifier and Type Class Description static classInstanceRootBlockDevice.Jsii$ProxyAn implementation forInstanceRootBlockDeviceMethods in com.hashicorp.cdktf.providers.aws.instance that return InstanceRootBlockDevice Modifier and Type Method Description InstanceRootBlockDeviceInstanceRootBlockDevice.Builder. build()Builds the configured instance.InstanceRootBlockDeviceInstanceRootBlockDeviceOutputReference. getInternalValue()default InstanceRootBlockDeviceInstanceConfig. getRootBlockDevice()root_block_device block.InstanceRootBlockDeviceInstanceConfig.Jsii$Proxy. getRootBlockDevice()InstanceRootBlockDeviceInstance. getRootBlockDeviceInput()Methods in com.hashicorp.cdktf.providers.aws.instance with parameters of type InstanceRootBlockDevice Modifier and Type Method Description voidInstance. putRootBlockDevice(InstanceRootBlockDevice value)Instance.BuilderInstance.Builder. rootBlockDevice(InstanceRootBlockDevice rootBlockDevice)root_block_device block.InstanceConfig.BuilderInstanceConfig.Builder. rootBlockDevice(InstanceRootBlockDevice rootBlockDevice)Sets the value ofInstanceConfig.getRootBlockDevice()voidInstanceRootBlockDeviceOutputReference. setInternalValue(InstanceRootBlockDevice value)
-