Class CfnListenerRule.HttpHeaderConfigProperty
Inheritance
System.Object
CfnListenerRule.HttpHeaderConfigProperty
Implements
Namespace: Amazon.CDK.AWS.ElasticLoadBalancingV2
Assembly: Amazon.CDK.AWS.ElasticLoadBalancingV2.dll
Syntax (csharp)
public class HttpHeaderConfigProperty : Object, CfnListenerRule.IHttpHeaderConfigProperty
Syntax (vb)
Public Class HttpHeaderConfigProperty
Inherits Object
Implements CfnListenerRule.IHttpHeaderConfigProperty
Remarks
Synopsis
Constructors
HttpHeaderConfigProperty() |
Properties
HttpHeaderName |
|
Values |
|
Constructors
HttpHeaderConfigProperty()
public HttpHeaderConfigProperty()
Properties
HttpHeaderName
CfnListenerRule.HttpHeaderConfigProperty.HttpHeaderName
.
public string HttpHeaderName { get; set; }
Property Value
System.String
Remarks
Values
CfnListenerRule.HttpHeaderConfigProperty.Values
.
public string[] Values { get; set; }
Property Value
System.String[]