Uses of Interface
com.hashicorp.cdktf.providers.aws.data_aws_ebs_volume.DataAwsEbsVolumeConfig
-
Packages that use DataAwsEbsVolumeConfig Package Description com.hashicorp.cdktf.providers.aws.data_aws_ebs_volume data_aws_ebs_volume -
-
Uses of DataAwsEbsVolumeConfig in com.hashicorp.cdktf.providers.aws.data_aws_ebs_volume
Classes in com.hashicorp.cdktf.providers.aws.data_aws_ebs_volume that implement DataAwsEbsVolumeConfig Modifier and Type Class Description static classDataAwsEbsVolumeConfig.Jsii$ProxyAn implementation forDataAwsEbsVolumeConfigMethods in com.hashicorp.cdktf.providers.aws.data_aws_ebs_volume that return DataAwsEbsVolumeConfig Modifier and Type Method Description DataAwsEbsVolumeConfigDataAwsEbsVolumeConfig.Builder. build()Builds the configured instance.Constructors in com.hashicorp.cdktf.providers.aws.data_aws_ebs_volume with parameters of type DataAwsEbsVolumeConfig Constructor Description DataAwsEbsVolume(software.constructs.Construct scope, String id, DataAwsEbsVolumeConfig config)Create a new {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/data-sources/ebs_volume aws_ebs_volume} Data Source.
-