Uses of Class
software.amazon.awscdk.services.elasticloadbalancingv2.CfnListenerRule.AuthenticateCognitoConfigProperty.Builder
Package
Description
Amazon Elastic Load Balancing V2 Construct Library
-
Uses of CfnListenerRule.AuthenticateCognitoConfigProperty.Builder in software.amazon.awscdk.services.elasticloadbalancingv2
Modifier and TypeMethodDescriptionCfnListenerRule.AuthenticateCognitoConfigProperty.Builder.authenticationRequestExtraParams
(Map<String, String> authenticationRequestExtraParams) CfnListenerRule.AuthenticateCognitoConfigProperty.Builder.authenticationRequestExtraParams
(IResolvable authenticationRequestExtraParams) CfnListenerRule.AuthenticateCognitoConfigProperty.builder()
CfnListenerRule.AuthenticateCognitoConfigProperty.Builder.onUnauthenticatedRequest
(String onUnauthenticatedRequest) Sets the value ofCfnListenerRule.AuthenticateCognitoConfigProperty.getScope()
CfnListenerRule.AuthenticateCognitoConfigProperty.Builder.sessionCookieName
(String sessionCookieName) Sets the value ofCfnListenerRule.AuthenticateCognitoConfigProperty.getSessionCookieName()
CfnListenerRule.AuthenticateCognitoConfigProperty.Builder.sessionTimeout
(Number sessionTimeout) Sets the value ofCfnListenerRule.AuthenticateCognitoConfigProperty.getSessionTimeout()
CfnListenerRule.AuthenticateCognitoConfigProperty.Builder.userPoolArn
(String userPoolArn) Sets the value ofCfnListenerRule.AuthenticateCognitoConfigProperty.getUserPoolArn()
CfnListenerRule.AuthenticateCognitoConfigProperty.Builder.userPoolClientId
(String userPoolClientId) Sets the value ofCfnListenerRule.AuthenticateCognitoConfigProperty.getUserPoolClientId()
CfnListenerRule.AuthenticateCognitoConfigProperty.Builder.userPoolDomain
(String userPoolDomain) Sets the value ofCfnListenerRule.AuthenticateCognitoConfigProperty.getUserPoolDomain()
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnListenerRule.AuthenticateCognitoConfigProperty.Builder
.