Uses of Class
software.amazon.awscdk.services.apigatewayv2.CfnApi.CorsProperty.Builder
Package
Description
AWS::APIGatewayv2 Construct Library
-
Uses of CfnApi.CorsProperty.Builder in software.amazon.awscdk.services.apigatewayv2
Modifier and TypeMethodDescriptionCfnApi.CorsProperty.Builder.allowCredentials
(Boolean allowCredentials) Sets the value ofCfnApi.CorsProperty.getAllowCredentials()
CfnApi.CorsProperty.Builder.allowCredentials
(IResolvable allowCredentials) Sets the value ofCfnApi.CorsProperty.getAllowCredentials()
CfnApi.CorsProperty.Builder.allowHeaders
(List<String> allowHeaders) Sets the value ofCfnApi.CorsProperty.getAllowHeaders()
CfnApi.CorsProperty.Builder.allowMethods
(List<String> allowMethods) Sets the value ofCfnApi.CorsProperty.getAllowMethods()
CfnApi.CorsProperty.Builder.allowOrigins
(List<String> allowOrigins) Sets the value ofCfnApi.CorsProperty.getAllowOrigins()
static CfnApi.CorsProperty.Builder
CfnApi.CorsProperty.builder()
CfnApi.CorsProperty.Builder.exposeHeaders
(List<String> exposeHeaders) Sets the value ofCfnApi.CorsProperty.getExposeHeaders()
Sets the value ofCfnApi.CorsProperty.getMaxAge()
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnApi.CorsProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnApi.CorsProperty.Builder
.