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