Class CfnListener.AuthenticateCognitoConfigProperty
Inheritance
Namespace: Amazon.CDK.AWS.ElasticLoadBalancingV2
Assembly: Amazon.CDK.AWS.ElasticLoadBalancingV2.dll
Syntax (csharp)
public class AuthenticateCognitoConfigProperty : Object, CfnListener.IAuthenticateCognitoConfigProperty
Syntax (vb)
Public Class AuthenticateCognitoConfigProperty
Inherits Object
Implements CfnListener.IAuthenticateCognitoConfigProperty
Remarks
Synopsis
Constructors
AuthenticateCognitoConfigProperty() |
Properties
AuthenticationRequestExtraParams |
|
OnUnauthenticatedRequest |
|
Scope |
|
SessionCookieName |
|
SessionTimeout |
|
UserPoolArn |
|
UserPoolClientId |
|
UserPoolDomain |
|
Constructors
AuthenticateCognitoConfigProperty()
public AuthenticateCognitoConfigProperty()
Properties
AuthenticationRequestExtraParams
CfnListener.AuthenticateCognitoConfigProperty.AuthenticationRequestExtraParams
.
public object AuthenticationRequestExtraParams { get; set; }
Property Value
System.Object
Remarks
OnUnauthenticatedRequest
CfnListener.AuthenticateCognitoConfigProperty.OnUnauthenticatedRequest
.
public string OnUnauthenticatedRequest { get; set; }
Property Value
System.String
Remarks
Scope
CfnListener.AuthenticateCognitoConfigProperty.Scope
.
public string Scope { get; set; }
Property Value
System.String
Remarks
SessionCookieName
CfnListener.AuthenticateCognitoConfigProperty.SessionCookieName
.
public string SessionCookieName { get; set; }
Property Value
System.String
Remarks
SessionTimeout
CfnListener.AuthenticateCognitoConfigProperty.SessionTimeout
.
public string SessionTimeout { get; set; }
Property Value
System.String
Remarks
UserPoolArn
CfnListener.AuthenticateCognitoConfigProperty.UserPoolArn
.
public string UserPoolArn { get; set; }
Property Value
System.String
Remarks
UserPoolClientId
CfnListener.AuthenticateCognitoConfigProperty.UserPoolClientId
.
public string UserPoolClientId { get; set; }
Property Value
System.String
Remarks
UserPoolDomain
CfnListener.AuthenticateCognitoConfigProperty.UserPoolDomain
.
public string UserPoolDomain { get; set; }
Property Value
System.String