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