@Stability(value=Stable)
public static interface CfnListener.AuthenticateCognitoConfigProperty
extends software.amazon.jsii.JsiiSerializable
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.elasticloadbalancingv2.*;
AuthenticateCognitoConfigProperty authenticateCognitoConfigProperty = AuthenticateCognitoConfigProperty.builder()
.userPoolArn("userPoolArn")
.userPoolClientId("userPoolClientId")
.userPoolDomain("userPoolDomain")
// the properties below are optional
.authenticationRequestExtraParams(Map.of(
"authenticationRequestExtraParamsKey", "authenticationRequestExtraParams"))
.onUnauthenticatedRequest("onUnauthenticatedRequest")
.scope("scope")
.sessionCookieName("sessionCookieName")
.sessionTimeout("sessionTimeout")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnListener.AuthenticateCognitoConfigProperty.Builder
A builder for
CfnListener.AuthenticateCognitoConfigProperty |
static class |
CfnListener.AuthenticateCognitoConfigProperty.Jsii$Proxy
An implementation for
CfnListener.AuthenticateCognitoConfigProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnListener.AuthenticateCognitoConfigProperty.Builder |
builder() |
default Object |
getAuthenticationRequestExtraParams()
`CfnListener.AuthenticateCognitoConfigProperty.AuthenticationRequestExtraParams`.
|
default String |
getOnUnauthenticatedRequest()
`CfnListener.AuthenticateCognitoConfigProperty.OnUnauthenticatedRequest`.
|
default String |
getScope()
`CfnListener.AuthenticateCognitoConfigProperty.Scope`.
|
default String |
getSessionCookieName()
`CfnListener.AuthenticateCognitoConfigProperty.SessionCookieName`.
|
default String |
getSessionTimeout()
`CfnListener.AuthenticateCognitoConfigProperty.SessionTimeout`.
|
String |
getUserPoolArn()
`CfnListener.AuthenticateCognitoConfigProperty.UserPoolArn`.
|
String |
getUserPoolClientId()
`CfnListener.AuthenticateCognitoConfigProperty.UserPoolClientId`.
|
String |
getUserPoolDomain()
`CfnListener.AuthenticateCognitoConfigProperty.UserPoolDomain`.
|
@Stability(value=Stable) @Nullable default Object getAuthenticationRequestExtraParams()
@Stability(value=Stable) @Nullable default String getOnUnauthenticatedRequest()
@Stability(value=Stable) @Nullable default String getScope()
@Stability(value=Stable) @Nullable default String getSessionCookieName()
@Stability(value=Stable) @Nullable default String getSessionTimeout()
@Stability(value=Stable) @NotNull String getUserPoolArn()
@Stability(value=Stable) @NotNull String getUserPoolClientId()
@Stability(value=Stable) @NotNull String getUserPoolDomain()
@Stability(value=Stable) static CfnListener.AuthenticateCognitoConfigProperty.Builder builder()
Copyright © 2021. All rights reserved.