Uses of Class
software.amazon.awscdk.services.sam.CfnApi.AuthProperty.Builder
Package
Description
AWS Serverless Application Model Construct Library
-
Uses of CfnApi.AuthProperty.Builder in software.amazon.awscdk.services.sam
Modifier and TypeMethodDescriptionCfnApi.AuthProperty.Builder.addDefaultAuthorizerToCorsPreflight
(Boolean addDefaultAuthorizerToCorsPreflight) Sets the value ofCfnApi.AuthProperty.getAddDefaultAuthorizerToCorsPreflight()
CfnApi.AuthProperty.Builder.addDefaultAuthorizerToCorsPreflight
(IResolvable addDefaultAuthorizerToCorsPreflight) Sets the value ofCfnApi.AuthProperty.getAddDefaultAuthorizerToCorsPreflight()
CfnApi.AuthProperty.Builder.authorizers
(Object authorizers) Sets the value ofCfnApi.AuthProperty.getAuthorizers()
static CfnApi.AuthProperty.Builder
CfnApi.AuthProperty.builder()
CfnApi.AuthProperty.Builder.defaultAuthorizer
(String defaultAuthorizer) Sets the value ofCfnApi.AuthProperty.getDefaultAuthorizer()
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnApi.AuthProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnApi.AuthProperty.Builder
.