Class CfnListener.RedirectConfigProperty
Inheritance
System.Object
CfnListener.RedirectConfigProperty
Implements
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
Synopsis
Constructors
RedirectConfigProperty() |
Properties
Host |
|
Path |
|
Port |
|
Protocol |
|
Query |
|
StatusCode |
|
Constructors
RedirectConfigProperty()
public RedirectConfigProperty()
Properties
Host
CfnListener.RedirectConfigProperty.Host
.
public string Host { get; set; }
Property Value
System.String
Remarks
Path
CfnListener.RedirectConfigProperty.Path
.
public string Path { get; set; }
Property Value
System.String
Remarks
Port
CfnListener.RedirectConfigProperty.Port
.
public string Port { get; set; }
Property Value
System.String
Remarks
Protocol
CfnListener.RedirectConfigProperty.Protocol
.
public string Protocol { get; set; }
Property Value
System.String
Remarks
Query
CfnListener.RedirectConfigProperty.Query
.
public string Query { get; set; }
Property Value
System.String
Remarks
StatusCode
CfnListener.RedirectConfigProperty.StatusCode
.
public string StatusCode { get; set; }
Property Value
System.String