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