Show / Hide Table of Contents

Class CfnListener.RedirectConfigProperty

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

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

Synopsis

Constructors

RedirectConfigProperty()

Properties

Host

CfnListener.RedirectConfigProperty.Host.

Path

CfnListener.RedirectConfigProperty.Path.

Port

CfnListener.RedirectConfigProperty.Port.

Protocol

CfnListener.RedirectConfigProperty.Protocol.

Query

CfnListener.RedirectConfigProperty.Query.

StatusCode

CfnListener.RedirectConfigProperty.StatusCode.

Constructors

RedirectConfigProperty()

public RedirectConfigProperty()

Properties

Host

CfnListener.RedirectConfigProperty.Host.

public string Host { get; set; }
Property Value

System.String

Remarks

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

Path

CfnListener.RedirectConfigProperty.Path.

public string Path { get; set; }
Property Value

System.String

Remarks

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

Port

CfnListener.RedirectConfigProperty.Port.

public string Port { get; set; }
Property Value

System.String

Remarks

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

Protocol

CfnListener.RedirectConfigProperty.Protocol.

public string Protocol { get; set; }
Property Value

System.String

Remarks

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

Query

CfnListener.RedirectConfigProperty.Query.

public string Query { get; set; }
Property Value

System.String

Remarks

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

StatusCode

CfnListener.RedirectConfigProperty.StatusCode.

public string StatusCode { get; set; }
Property Value

System.String

Remarks

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

Implements

CfnListener.IRedirectConfigProperty
Back to top Generated by DocFX