Class ListenerRuleAction
Inheritance
System.Object
ListenerRuleAction
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.ApplicationLoadBalancing.Outputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class ListenerRuleAction
Fields
View SourceAuthenticateCognito
Information for creating an authenticate action using Cognito. Required if type is authenticate-cognito.
Declaration
public readonly ListenerRuleActionAuthenticateCognito AuthenticateCognito
Field Value
| Type | Description |
|---|---|
| ListenerRuleActionAuthenticateCognito |
AuthenticateOidc
Information for creating an authenticate action using OIDC. Required if type is authenticate-oidc.
Declaration
public readonly ListenerRuleActionAuthenticateOidc AuthenticateOidc
Field Value
| Type | Description |
|---|---|
| ListenerRuleActionAuthenticateOidc |
FixedResponse
Information for creating an action that returns a custom HTTP response. Required if type is fixed-response.
Declaration
public readonly ListenerRuleActionFixedResponse FixedResponse
Field Value
| Type | Description |
|---|---|
| ListenerRuleActionFixedResponse |
Order
Declaration
public readonly int? Order
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
Redirect
Information for creating a redirect action. Required if type is redirect.
Declaration
public readonly ListenerRuleActionRedirect Redirect
Field Value
| Type | Description |
|---|---|
| ListenerRuleActionRedirect |
TargetGroupArn
The ARN of the Target Group to which to route traffic. Required if type is forward.
Declaration
public readonly string TargetGroupArn
Field Value
| Type | Description |
|---|---|
| System.String |
Type
The type of routing action. Valid values are forward, redirect, fixed-response, authenticate-cognito and authenticate-oidc.
Declaration
public readonly string Type
Field Value
| Type | Description |
|---|---|
| System.String |