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