Uses of Class
software.amazon.awscdk.services.elasticloadbalancingv2.CfnListener.AuthenticateCognitoConfigProperty.Builder
Packages that use CfnListener.AuthenticateCognitoConfigProperty.Builder
Package
Description
Amazon Elastic Load Balancing V2 Construct Library
-
Uses of CfnListener.AuthenticateCognitoConfigProperty.Builder in software.amazon.awscdk.services.elasticloadbalancingv2
Methods in software.amazon.awscdk.services.elasticloadbalancingv2 that return CfnListener.AuthenticateCognitoConfigProperty.BuilderModifier and TypeMethodDescriptionCfnListener.AuthenticateCognitoConfigProperty.Builder.authenticationRequestExtraParams(Map<String, String> authenticationRequestExtraParams) CfnListener.AuthenticateCognitoConfigProperty.Builder.authenticationRequestExtraParams(IResolvable authenticationRequestExtraParams) CfnListener.AuthenticateCognitoConfigProperty.builder()CfnListener.AuthenticateCognitoConfigProperty.Builder.onUnauthenticatedRequest(String onUnauthenticatedRequest) Sets the value ofCfnListener.AuthenticateCognitoConfigProperty.getScope()CfnListener.AuthenticateCognitoConfigProperty.Builder.sessionCookieName(String sessionCookieName) Sets the value ofCfnListener.AuthenticateCognitoConfigProperty.getSessionCookieName()CfnListener.AuthenticateCognitoConfigProperty.Builder.sessionTimeout(String sessionTimeout) Sets the value ofCfnListener.AuthenticateCognitoConfigProperty.getSessionTimeout()CfnListener.AuthenticateCognitoConfigProperty.Builder.userPoolArn(String userPoolArn) Sets the value ofCfnListener.AuthenticateCognitoConfigProperty.getUserPoolArn()CfnListener.AuthenticateCognitoConfigProperty.Builder.userPoolClientId(String userPoolClientId) Sets the value ofCfnListener.AuthenticateCognitoConfigProperty.getUserPoolClientId()CfnListener.AuthenticateCognitoConfigProperty.Builder.userPoolDomain(String userPoolDomain) Sets the value ofCfnListener.AuthenticateCognitoConfigProperty.getUserPoolDomain()Constructors in software.amazon.awscdk.services.elasticloadbalancingv2 with parameters of type CfnListener.AuthenticateCognitoConfigProperty.BuilderModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnListener.AuthenticateCognitoConfigProperty.Builder.