Class CfnListenerRule.HostHeaderConfigProperty
Information about a host header condition.
Inheritance
Implements
Namespace: Amazon.CDK.AWS.ElasticLoadBalancingV2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class HostHeaderConfigProperty : Object, CfnListenerRule.IHostHeaderConfigProperty
Syntax (vb)
Public Class HostHeaderConfigProperty
Inherits Object
Implements CfnListenerRule.IHostHeaderConfigProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.ElasticLoadBalancingV2;
var hostHeaderConfigProperty = new HostHeaderConfigProperty {
Values = new [] { "values" }
};
Synopsis
Constructors
Host |
Properties
Values | The host names. |
Constructors
HostHeaderConfigProperty()
public HostHeaderConfigProperty()
Properties
Values
The host names.
public string[] Values { get; set; }
Property Value
System.
Remarks
The maximum size of each name is 128 characters. The comparison is case insensitive. The following wildcard characters are supported: * (matches 0 or more characters) and ? (matches exactly 1 character).
If you specify multiple strings, the condition is satisfied if one of the strings matches the host name.