Show / Hide Table of Contents

Class CfnListenerRule.ActionProperty

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

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

Synopsis

Constructors

ActionProperty()

Properties

AuthenticateCognitoConfig

CfnListenerRule.ActionProperty.AuthenticateCognitoConfig.

AuthenticateOidcConfig

CfnListenerRule.ActionProperty.AuthenticateOidcConfig.

FixedResponseConfig

CfnListenerRule.ActionProperty.FixedResponseConfig.

ForwardConfig

CfnListenerRule.ActionProperty.ForwardConfig.

Order

CfnListenerRule.ActionProperty.Order.

RedirectConfig

CfnListenerRule.ActionProperty.RedirectConfig.

TargetGroupArn

CfnListenerRule.ActionProperty.TargetGroupArn.

Type

CfnListenerRule.ActionProperty.Type.

Constructors

ActionProperty()

public ActionProperty()

Properties

AuthenticateCognitoConfig

CfnListenerRule.ActionProperty.AuthenticateCognitoConfig.

public object AuthenticateCognitoConfig { get; set; }
Property Value

System.Object

Remarks

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

AuthenticateOidcConfig

CfnListenerRule.ActionProperty.AuthenticateOidcConfig.

public object AuthenticateOidcConfig { get; set; }
Property Value

System.Object

Remarks

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

FixedResponseConfig

CfnListenerRule.ActionProperty.FixedResponseConfig.

public object FixedResponseConfig { get; set; }
Property Value

System.Object

Remarks

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

ForwardConfig

CfnListenerRule.ActionProperty.ForwardConfig.

public object ForwardConfig { get; set; }
Property Value

System.Object

Remarks

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

Order

CfnListenerRule.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-listenerrule-action.html#cfn-elasticloadbalancingv2-listenerrule-action-order

RedirectConfig

CfnListenerRule.ActionProperty.RedirectConfig.

public object RedirectConfig { get; set; }
Property Value

System.Object

Remarks

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

TargetGroupArn

CfnListenerRule.ActionProperty.TargetGroupArn.

public string TargetGroupArn { get; set; }
Property Value

System.String

Remarks

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

Type

CfnListenerRule.ActionProperty.Type.

public string Type { get; set; }
Property Value

System.String

Remarks

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

Implements

CfnListenerRule.IActionProperty
Back to top Generated by DocFX