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