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