Uses of Class
com.hashicorp.cdktf.providers.aws.api_gateway_integration.ApiGatewayIntegrationTlsConfig.Builder
-
Packages that use ApiGatewayIntegrationTlsConfig.Builder Package Description com.hashicorp.cdktf.providers.aws.api_gateway_integration aws_api_gateway_integration -
-
Uses of ApiGatewayIntegrationTlsConfig.Builder in com.hashicorp.cdktf.providers.aws.api_gateway_integration
Methods in com.hashicorp.cdktf.providers.aws.api_gateway_integration that return ApiGatewayIntegrationTlsConfig.Builder Modifier and Type Method Description static ApiGatewayIntegrationTlsConfig.BuilderApiGatewayIntegrationTlsConfig. builder()ApiGatewayIntegrationTlsConfig.BuilderApiGatewayIntegrationTlsConfig.Builder. insecureSkipVerification(com.hashicorp.cdktf.IResolvable insecureSkipVerification)Sets the value ofApiGatewayIntegrationTlsConfig.getInsecureSkipVerification()ApiGatewayIntegrationTlsConfig.BuilderApiGatewayIntegrationTlsConfig.Builder. insecureSkipVerification(Boolean insecureSkipVerification)Sets the value ofApiGatewayIntegrationTlsConfig.getInsecureSkipVerification()Constructors in com.hashicorp.cdktf.providers.aws.api_gateway_integration with parameters of type ApiGatewayIntegrationTlsConfig.Builder Constructor Description Jsii$Proxy(ApiGatewayIntegrationTlsConfig.Builder builder)Constructor that initializes the object based on literal property values passed by theApiGatewayIntegrationTlsConfig.Builder.
-