@Stability(value=Stable)
public static interface CfnListenerRule.AuthenticateCognitoConfigProperty
extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnListenerRule.AuthenticateCognitoConfigProperty.Builder
A builder for
CfnListenerRule.AuthenticateCognitoConfigProperty |
static class |
CfnListenerRule.AuthenticateCognitoConfigProperty.Jsii$Proxy
An implementation for
CfnListenerRule.AuthenticateCognitoConfigProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnListenerRule.AuthenticateCognitoConfigProperty.Builder |
builder() |
default Object |
getAuthenticationRequestExtraParams()
`CfnListenerRule.AuthenticateCognitoConfigProperty.AuthenticationRequestExtraParams`.
|
default String |
getOnUnauthenticatedRequest()
`CfnListenerRule.AuthenticateCognitoConfigProperty.OnUnauthenticatedRequest`.
|
default String |
getScope()
`CfnListenerRule.AuthenticateCognitoConfigProperty.Scope`.
|
default String |
getSessionCookieName()
`CfnListenerRule.AuthenticateCognitoConfigProperty.SessionCookieName`.
|
default Number |
getSessionTimeout()
`CfnListenerRule.AuthenticateCognitoConfigProperty.SessionTimeout`.
|
String |
getUserPoolArn()
`CfnListenerRule.AuthenticateCognitoConfigProperty.UserPoolArn`.
|
String |
getUserPoolClientId()
`CfnListenerRule.AuthenticateCognitoConfigProperty.UserPoolClientId`.
|
String |
getUserPoolDomain()
`CfnListenerRule.AuthenticateCognitoConfigProperty.UserPoolDomain`.
|
@Stability(value=Stable) @NotNull String getUserPoolArn()
@Stability(value=Stable) @NotNull String getUserPoolClientId()
@Stability(value=Stable) @NotNull String getUserPoolDomain()
@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 Number getSessionTimeout()
@Stability(value=Stable) static CfnListenerRule.AuthenticateCognitoConfigProperty.Builder builder()
Copyright © 2021. All rights reserved.