Uses of Interface
com.hashicorp.cdktf.providers.aws.volume_attachment.VolumeAttachmentConfig
-
Packages that use VolumeAttachmentConfig Package Description com.hashicorp.cdktf.providers.aws.volume_attachment aws_volume_attachment -
-
Uses of VolumeAttachmentConfig in com.hashicorp.cdktf.providers.aws.volume_attachment
Classes in com.hashicorp.cdktf.providers.aws.volume_attachment that implement VolumeAttachmentConfig Modifier and Type Class Description static classVolumeAttachmentConfig.Jsii$ProxyAn implementation forVolumeAttachmentConfigMethods in com.hashicorp.cdktf.providers.aws.volume_attachment that return VolumeAttachmentConfig Modifier and Type Method Description VolumeAttachmentConfigVolumeAttachmentConfig.Builder. build()Builds the configured instance.Constructors in com.hashicorp.cdktf.providers.aws.volume_attachment with parameters of type VolumeAttachmentConfig Constructor Description VolumeAttachment(software.constructs.Construct scope, String id, VolumeAttachmentConfig config)Create a new {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/volume_attachment aws_volume_attachment} Resource.
-