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