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