Uses of Class
software.amazon.awscdk.services.apigatewayv2.CfnApi.Builder
Packages that use CfnApi.Builder
Package
Description
AWS::APIGatewayv2 Construct Library
-
Uses of CfnApi.Builder in software.amazon.awscdk.services.apigatewayv2
Methods in software.amazon.awscdk.services.apigatewayv2 that return CfnApi.BuilderModifier and TypeMethodDescriptionCfnApi.Builder.apiKeySelectionExpression(String apiKeySelectionExpression) An API key selection expression.Specifies how to interpret the base path of the API during import.The OpenAPI definition.CfnApi.Builder.bodyS3Location(IResolvable bodyS3Location) The S3 location of an OpenAPI definition.CfnApi.Builder.bodyS3Location(CfnApi.BodyS3LocationProperty bodyS3Location) The S3 location of an OpenAPI definition.CfnApi.Builder.corsConfiguration(IResolvable corsConfiguration) A CORS configuration.CfnApi.Builder.corsConfiguration(CfnApi.CorsProperty corsConfiguration) A CORS configuration.static CfnApi.BuilderCfnApi.Builder.credentialsArn(String credentialsArn) This property is part of quick create.CfnApi.Builder.description(String description) The description of the API.CfnApi.Builder.disableExecuteApiEndpoint(Boolean disableExecuteApiEndpoint) Specifies whether clients can invoke your API by using the defaultexecute-apiendpoint.CfnApi.Builder.disableExecuteApiEndpoint(IResolvable disableExecuteApiEndpoint) Specifies whether clients can invoke your API by using the defaultexecute-apiendpoint.CfnApi.Builder.disableSchemaValidation(Boolean disableSchemaValidation) Avoid validating models when creating a deployment.CfnApi.Builder.disableSchemaValidation(IResolvable disableSchemaValidation) Avoid validating models when creating a deployment.CfnApi.Builder.failOnWarnings(Boolean failOnWarnings) Specifies whether to rollback the API creation when a warning is encountered.CfnApi.Builder.failOnWarnings(IResolvable failOnWarnings) Specifies whether to rollback the API creation when a warning is encountered.The name of the API.CfnApi.Builder.protocolType(String protocolType) The API protocol.This property is part of quick create.CfnApi.Builder.routeSelectionExpression(String routeSelectionExpression) The route selection expression for the API.The collection of tags.This property is part of quick create.A version identifier for the API.