Show / Hide Table of Contents

Class AuthenticateCognitoAction

A Listener Action to authenticate with Cognito.

Inheritance
System.Object
ListenerAction
AuthenticateCognitoAction
Implements
IListenerAction
Inherited Members
ListenerAction.AuthenticateOidc(IAuthenticateOidcOptions)
ListenerAction.FixedResponse(Double, IFixedResponseOptions)
ListenerAction.Forward(IApplicationTargetGroup[], IForwardOptions)
ListenerAction.Redirect(IRedirectOptions)
ListenerAction.WeightedForward(IWeightedTargetGroup[], IForwardOptions)
ListenerAction.Bind(Construct, IApplicationListener, IConstruct)
ListenerAction.RenderActions()
ListenerAction.Renumber(CfnListener.IActionProperty[])
ListenerAction.Next
Namespace: Amazon.CDK.AWS.ElasticLoadBalancingV2.Actions
Assembly: Amazon.CDK.AWS.ElasticLoadBalancingV2.Actions.dll
Syntax (csharp)
public class AuthenticateCognitoAction : ListenerAction, IListenerAction
Syntax (vb)
Public Class AuthenticateCognitoAction
    Inherits ListenerAction
    Implements IListenerAction

Synopsis

Constructors

AuthenticateCognitoAction(IAuthenticateCognitoActionProps)

Authenticate using an identity provide (IdP) that is compliant with OpenID Connect (OIDC).

AuthenticateCognitoAction(ByRefValue)

Used by jsii to construct an instance of this class from a Javascript-owned object reference

AuthenticateCognitoAction(DeputyBase.DeputyProps)

Used by jsii to construct an instance of this class from DeputyProps

Constructors

AuthenticateCognitoAction(IAuthenticateCognitoActionProps)

Authenticate using an identity provide (IdP) that is compliant with OpenID Connect (OIDC).

public AuthenticateCognitoAction(IAuthenticateCognitoActionProps options)
Parameters
options IAuthenticateCognitoActionProps

AuthenticateCognitoAction(ByRefValue)

Used by jsii to construct an instance of this class from a Javascript-owned object reference

protected AuthenticateCognitoAction(ByRefValue reference)
Parameters
reference Amazon.JSII.Runtime.Deputy.ByRefValue

The Javascript-owned object reference

AuthenticateCognitoAction(DeputyBase.DeputyProps)

Used by jsii to construct an instance of this class from DeputyProps

protected AuthenticateCognitoAction(DeputyBase.DeputyProps props)
Parameters
props Amazon.JSII.Runtime.Deputy.DeputyBase.DeputyProps

The deputy props

Implements

IListenerAction
Back to top Generated by DocFX