Uses of Class
software.amazon.awscdk.services.elasticloadbalancingv2.CfnListenerRule.AuthenticateOidcConfigProperty.Builder
Packages that use CfnListenerRule.AuthenticateOidcConfigProperty.Builder
Package
Description
Amazon Elastic Load Balancing V2 Construct Library
-
Uses of CfnListenerRule.AuthenticateOidcConfigProperty.Builder in software.amazon.awscdk.services.elasticloadbalancingv2
Methods in software.amazon.awscdk.services.elasticloadbalancingv2 that return CfnListenerRule.AuthenticateOidcConfigProperty.BuilderModifier and TypeMethodDescriptionCfnListenerRule.AuthenticateOidcConfigProperty.Builder.authenticationRequestExtraParams
(Map<String, String> authenticationRequestExtraParams) CfnListenerRule.AuthenticateOidcConfigProperty.Builder.authenticationRequestExtraParams
(IResolvable authenticationRequestExtraParams) CfnListenerRule.AuthenticateOidcConfigProperty.Builder.authorizationEndpoint
(String authorizationEndpoint) CfnListenerRule.AuthenticateOidcConfigProperty.builder()
Sets the value ofCfnListenerRule.AuthenticateOidcConfigProperty.getClientId()
CfnListenerRule.AuthenticateOidcConfigProperty.Builder.clientSecret
(String clientSecret) Sets the value ofCfnListenerRule.AuthenticateOidcConfigProperty.getClientSecret()
Sets the value ofCfnListenerRule.AuthenticateOidcConfigProperty.getIssuer()
CfnListenerRule.AuthenticateOidcConfigProperty.Builder.onUnauthenticatedRequest
(String onUnauthenticatedRequest) Sets the value ofCfnListenerRule.AuthenticateOidcConfigProperty.getScope()
CfnListenerRule.AuthenticateOidcConfigProperty.Builder.sessionCookieName
(String sessionCookieName) Sets the value ofCfnListenerRule.AuthenticateOidcConfigProperty.getSessionCookieName()
CfnListenerRule.AuthenticateOidcConfigProperty.Builder.sessionTimeout
(Number sessionTimeout) Sets the value ofCfnListenerRule.AuthenticateOidcConfigProperty.getSessionTimeout()
CfnListenerRule.AuthenticateOidcConfigProperty.Builder.tokenEndpoint
(String tokenEndpoint) Sets the value ofCfnListenerRule.AuthenticateOidcConfigProperty.getTokenEndpoint()
CfnListenerRule.AuthenticateOidcConfigProperty.Builder.useExistingClientSecret
(Boolean useExistingClientSecret) CfnListenerRule.AuthenticateOidcConfigProperty.Builder.useExistingClientSecret
(IResolvable useExistingClientSecret) CfnListenerRule.AuthenticateOidcConfigProperty.Builder.userInfoEndpoint
(String userInfoEndpoint) Sets the value ofCfnListenerRule.AuthenticateOidcConfigProperty.getUserInfoEndpoint()
Constructors in software.amazon.awscdk.services.elasticloadbalancingv2 with parameters of type CfnListenerRule.AuthenticateOidcConfigProperty.BuilderModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnListenerRule.AuthenticateOidcConfigProperty.Builder
.