Show / Hide Table of Contents

Class ListenerDefaultActionGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ListenerDefaultActionGetArgs
Inherited Members
ResourceArgs.Empty
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.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class ListenerDefaultActionGetArgs : ResourceArgs

Constructors

View Source

ListenerDefaultActionGetArgs()

Declaration
public ListenerDefaultActionGetArgs()

Properties

View Source

AuthenticateCognito

Declaration
public Input<ListenerDefaultActionAuthenticateCognitoGetArgs> AuthenticateCognito { get; set; }
Property Value
Type Description
Input<ListenerDefaultActionAuthenticateCognitoGetArgs>
View Source

AuthenticateOidc

Declaration
public Input<ListenerDefaultActionAuthenticateOidcGetArgs> AuthenticateOidc { get; set; }
Property Value
Type Description
Input<ListenerDefaultActionAuthenticateOidcGetArgs>
View Source

FixedResponse

Information for creating an action that returns a custom HTTP response. Required if type is fixed-response.

Declaration
public Input<ListenerDefaultActionFixedResponseGetArgs> FixedResponse { get; set; }
Property Value
Type Description
Input<ListenerDefaultActionFixedResponseGetArgs>
View Source

Order

Declaration
public Input<int> Order { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

Redirect

Information for creating a redirect action. Required if type is redirect.

Declaration
public Input<ListenerDefaultActionRedirectGetArgs> Redirect { get; set; }
Property Value
Type Description
Input<ListenerDefaultActionRedirectGetArgs>
View Source

TargetGroupArn

The ARN of the Target Group to which to route traffic. Required if type is forward.

Declaration
public Input<string> TargetGroupArn { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Type

The type of routing action. Valid values are forward, redirect, fixed-response, authenticate-cognito and authenticate-oidc.

Declaration
public Input<string> Type { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.