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