Show / Hide Table of Contents

Class CfnListener.AuthenticateCognitoConfigProperty

Inheritance
System.Object
CfnListener.AuthenticateCognitoConfigProperty
Implements
CfnListener.IAuthenticateCognitoConfigProperty
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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticloadbalancingv2-listener-authenticatecognitoconfig.html

Synopsis

Constructors

AuthenticateCognitoConfigProperty()

Properties

AuthenticationRequestExtraParams

CfnListener.AuthenticateCognitoConfigProperty.AuthenticationRequestExtraParams.

OnUnauthenticatedRequest

CfnListener.AuthenticateCognitoConfigProperty.OnUnauthenticatedRequest.

Scope

CfnListener.AuthenticateCognitoConfigProperty.Scope.

SessionCookieName

CfnListener.AuthenticateCognitoConfigProperty.SessionCookieName.

SessionTimeout

CfnListener.AuthenticateCognitoConfigProperty.SessionTimeout.

UserPoolArn

CfnListener.AuthenticateCognitoConfigProperty.UserPoolArn.

UserPoolClientId

CfnListener.AuthenticateCognitoConfigProperty.UserPoolClientId.

UserPoolDomain

CfnListener.AuthenticateCognitoConfigProperty.UserPoolDomain.

Constructors

AuthenticateCognitoConfigProperty()

public AuthenticateCognitoConfigProperty()

Properties

AuthenticationRequestExtraParams

CfnListener.AuthenticateCognitoConfigProperty.AuthenticationRequestExtraParams.

public object AuthenticationRequestExtraParams { get; set; }
Property Value

System.Object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticloadbalancingv2-listener-authenticatecognitoconfig.html#cfn-elasticloadbalancingv2-listener-authenticatecognitoconfig-authenticationrequestextraparams

OnUnauthenticatedRequest

CfnListener.AuthenticateCognitoConfigProperty.OnUnauthenticatedRequest.

public string OnUnauthenticatedRequest { get; set; }
Property Value

System.String

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticloadbalancingv2-listener-authenticatecognitoconfig.html#cfn-elasticloadbalancingv2-listener-authenticatecognitoconfig-onunauthenticatedrequest

Scope

CfnListener.AuthenticateCognitoConfigProperty.Scope.

public string Scope { get; set; }
Property Value

System.String

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticloadbalancingv2-listener-authenticatecognitoconfig.html#cfn-elasticloadbalancingv2-listener-authenticatecognitoconfig-scope

SessionCookieName

CfnListener.AuthenticateCognitoConfigProperty.SessionCookieName.

public string SessionCookieName { get; set; }
Property Value

System.String

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticloadbalancingv2-listener-authenticatecognitoconfig.html#cfn-elasticloadbalancingv2-listener-authenticatecognitoconfig-sessioncookiename

SessionTimeout

CfnListener.AuthenticateCognitoConfigProperty.SessionTimeout.

public string SessionTimeout { get; set; }
Property Value

System.String

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticloadbalancingv2-listener-authenticatecognitoconfig.html#cfn-elasticloadbalancingv2-listener-authenticatecognitoconfig-sessiontimeout

UserPoolArn

CfnListener.AuthenticateCognitoConfigProperty.UserPoolArn.

public string UserPoolArn { get; set; }
Property Value

System.String

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticloadbalancingv2-listener-authenticatecognitoconfig.html#cfn-elasticloadbalancingv2-listener-authenticatecognitoconfig-userpoolarn

UserPoolClientId

CfnListener.AuthenticateCognitoConfigProperty.UserPoolClientId.

public string UserPoolClientId { get; set; }
Property Value

System.String

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticloadbalancingv2-listener-authenticatecognitoconfig.html#cfn-elasticloadbalancingv2-listener-authenticatecognitoconfig-userpoolclientid

UserPoolDomain

CfnListener.AuthenticateCognitoConfigProperty.UserPoolDomain.

public string UserPoolDomain { get; set; }
Property Value

System.String

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticloadbalancingv2-listener-authenticatecognitoconfig.html#cfn-elasticloadbalancingv2-listener-authenticatecognitoconfig-userpooldomain

Implements

CfnListener.IAuthenticateCognitoConfigProperty
Back to top Generated by DocFX