Uses of Class
software.amazon.awscdk.services.sam.CfnFunction.AuthProperty.Builder
Package
Description
AWS Serverless Application Model Construct Library
-
Uses of CfnFunction.AuthProperty.Builder in software.amazon.awscdk.services.sam
Modifier and TypeMethodDescriptionCfnFunction.AuthProperty.Builder.apiKeyRequired
(Boolean apiKeyRequired) Sets the value ofCfnFunction.AuthProperty.getApiKeyRequired()
CfnFunction.AuthProperty.Builder.apiKeyRequired
(IResolvable apiKeyRequired) Sets the value ofCfnFunction.AuthProperty.getApiKeyRequired()
CfnFunction.AuthProperty.Builder.authorizationScopes
(List<String> authorizationScopes) Sets the value ofCfnFunction.AuthProperty.getAuthorizationScopes()
CfnFunction.AuthProperty.Builder.authorizer
(String authorizer) Sets the value ofCfnFunction.AuthProperty.getAuthorizer()
CfnFunction.AuthProperty.builder()
CfnFunction.AuthProperty.Builder.resourcePolicy
(IResolvable resourcePolicy) Sets the value ofCfnFunction.AuthProperty.getResourcePolicy()
CfnFunction.AuthProperty.Builder.resourcePolicy
(CfnFunction.AuthResourcePolicyProperty resourcePolicy) Sets the value ofCfnFunction.AuthProperty.getResourcePolicy()
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnFunction.AuthProperty.Builder
.