Interface IApplicationLoadBalancerRedirectConfig
Properties for a redirection config.
Namespace: Amazon.CDK.AWS.ElasticLoadBalancingV2
Assembly: Amazon.CDK.AWS.ElasticLoadBalancingV2.dll
Syntax (csharp)
public interface IApplicationLoadBalancerRedirectConfig
Syntax (vb)
Public Interface IApplicationLoadBalancerRedirectConfig
Synopsis
Properties
SourcePort | The port number to listen to. |
SourceProtocol | The protocol of the listener being created. |
TargetPort | The port number to redirect to. |
TargetProtocol | The protocol of the redirection target. |
Properties
SourcePort
The port number to listen to.
virtual Nullable<double> SourcePort { get; }
Property Value
System.Nullable<System.Double>
Remarks
Default: 80
SourceProtocol
The protocol of the listener being created.
virtual Nullable<ApplicationProtocol> SourceProtocol { get; }
Property Value
System.Nullable<ApplicationProtocol>
Remarks
Default: HTTP
TargetPort
The port number to redirect to.
virtual Nullable<double> TargetPort { get; }
Property Value
System.Nullable<System.Double>
Remarks
Default: 443
TargetProtocol
The protocol of the redirection target.
virtual Nullable<ApplicationProtocol> TargetProtocol { get; }
Property Value
System.Nullable<ApplicationProtocol>
Remarks
Default: HTTPS