Class CfnListener.ActionProperty
Inheritance
Implements
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
Synopsis
Constructors
ActionProperty() |
Properties
AuthenticateCognitoConfig |
|
AuthenticateOidcConfig |
|
FixedResponseConfig |
|
ForwardConfig |
|
Order |
|
RedirectConfig |
|
TargetGroupArn |
|
Type |
|
Constructors
ActionProperty()
public ActionProperty()
Properties
AuthenticateCognitoConfig
CfnListener.ActionProperty.AuthenticateCognitoConfig
.
public object AuthenticateCognitoConfig { get; set; }
Property Value
System.Object
Remarks
AuthenticateOidcConfig
CfnListener.ActionProperty.AuthenticateOidcConfig
.
public object AuthenticateOidcConfig { get; set; }
Property Value
System.Object
Remarks
FixedResponseConfig
CfnListener.ActionProperty.FixedResponseConfig
.
public object FixedResponseConfig { get; set; }
Property Value
System.Object
Remarks
ForwardConfig
CfnListener.ActionProperty.ForwardConfig
.
public object ForwardConfig { get; set; }
Property Value
System.Object
Remarks
Order
CfnListener.ActionProperty.Order
.
public Nullable<double> Order { get; set; }
Property Value
System.Nullable<System.Double>
Remarks
RedirectConfig
CfnListener.ActionProperty.RedirectConfig
.
public object RedirectConfig { get; set; }
Property Value
System.Object
Remarks
TargetGroupArn
CfnListener.ActionProperty.TargetGroupArn
.
public string TargetGroupArn { get; set; }
Property Value
System.String
Remarks
Type
CfnListener.ActionProperty.Type
.
public string Type { get; set; }
Property Value
System.String