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