Show / Hide Table of Contents

Class ListenerDefaultActionAuthenticateCognitoArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ListenerDefaultActionAuthenticateCognitoArgs
Inherited Members
ResourceArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.ApplicationLoadBalancing.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class ListenerDefaultActionAuthenticateCognitoArgs : ResourceArgs

Constructors

View Source

ListenerDefaultActionAuthenticateCognitoArgs()

Declaration
public ListenerDefaultActionAuthenticateCognitoArgs()

Properties

View Source

AuthenticationRequestExtraParams

The query parameters to include in the redirect request to the authorization endpoint. Max: 10.

Declaration
public InputMap<object> AuthenticationRequestExtraParams { get; set; }
Property Value
Type Description
InputMap<System.Object>
View Source

OnUnauthenticatedRequest

The behavior if the user is not authenticated. Valid values: deny, allow and authenticate

Declaration
public Input<string> OnUnauthenticatedRequest { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Scope

The set of user claims to be requested from the IdP.

Declaration
public Input<string> Scope { get; set; }
Property Value
Type Description
Input<System.String>
View Source

SessionCookieName

The name of the cookie used to maintain session information.

Declaration
public Input<string> SessionCookieName { get; set; }
Property Value
Type Description
Input<System.String>
View Source

SessionTimeout

The maximum duration of the authentication session, in seconds.

Declaration
public Input<int> SessionTimeout { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

UserPoolArn

The ARN of the Cognito user pool.

Declaration
public Input<string> UserPoolArn { get; set; }
Property Value
Type Description
Input<System.String>
View Source

UserPoolClientId

The ID of the Cognito user pool client.

Declaration
public Input<string> UserPoolClientId { get; set; }
Property Value
Type Description
Input<System.String>
View Source

UserPoolDomain

The domain prefix or fully-qualified domain name of the Cognito user pool.

Declaration
public Input<string> UserPoolDomain { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.