Show / Hide Table of Contents

Class CfnListener.ActionProperty

Inheritance
System.Object
CfnListener.ActionProperty
Implements
CfnListener.IActionProperty
Namespace: Amazon.CDK.AWS.ElasticLoadBalancingV2
Assembly: Amazon.CDK.AWS.ElasticLoadBalancingV2.dll
Syntax (csharp)
public class ActionProperty : Object, CfnListener.IActionProperty
Syntax (vb)
Public Class ActionProperty
    Inherits Object
    Implements CfnListener.IActionProperty
Remarks

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

Synopsis

Constructors

ActionProperty()

Properties

AuthenticateCognitoConfig

CfnListener.ActionProperty.AuthenticateCognitoConfig.

AuthenticateOidcConfig

CfnListener.ActionProperty.AuthenticateOidcConfig.

FixedResponseConfig

CfnListener.ActionProperty.FixedResponseConfig.

ForwardConfig

CfnListener.ActionProperty.ForwardConfig.

Order

CfnListener.ActionProperty.Order.

RedirectConfig

CfnListener.ActionProperty.RedirectConfig.

TargetGroupArn

CfnListener.ActionProperty.TargetGroupArn.

Type

CfnListener.ActionProperty.Type.

Constructors

ActionProperty()

public ActionProperty()

Properties

AuthenticateCognitoConfig

CfnListener.ActionProperty.AuthenticateCognitoConfig.

public object AuthenticateCognitoConfig { get; set; }
Property Value

System.Object

Remarks

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

AuthenticateOidcConfig

CfnListener.ActionProperty.AuthenticateOidcConfig.

public object AuthenticateOidcConfig { get; set; }
Property Value

System.Object

Remarks

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

FixedResponseConfig

CfnListener.ActionProperty.FixedResponseConfig.

public object FixedResponseConfig { get; set; }
Property Value

System.Object

Remarks

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

ForwardConfig

CfnListener.ActionProperty.ForwardConfig.

public object ForwardConfig { get; set; }
Property Value

System.Object

Remarks

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

Order

CfnListener.ActionProperty.Order.

public Nullable<double> Order { get; set; }
Property Value

System.Nullable<System.Double>

Remarks

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

RedirectConfig

CfnListener.ActionProperty.RedirectConfig.

public object RedirectConfig { get; set; }
Property Value

System.Object

Remarks

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

TargetGroupArn

CfnListener.ActionProperty.TargetGroupArn.

public string TargetGroupArn { get; set; }
Property Value

System.String

Remarks

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

Type

CfnListener.ActionProperty.Type.

public string Type { get; set; }
Property Value

System.String

Remarks

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

Implements

CfnListener.IActionProperty
Back to top Generated by DocFX