Show / Hide Table of Contents

Class CfnListenerRule.HttpHeaderConfigProperty

Inheritance
System.Object
CfnListenerRule.HttpHeaderConfigProperty
Implements
CfnListenerRule.IHttpHeaderConfigProperty
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

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

Synopsis

Constructors

HttpHeaderConfigProperty()

Properties

HttpHeaderName

CfnListenerRule.HttpHeaderConfigProperty.HttpHeaderName.

Values

CfnListenerRule.HttpHeaderConfigProperty.Values.

Constructors

HttpHeaderConfigProperty()

public HttpHeaderConfigProperty()

Properties

HttpHeaderName

CfnListenerRule.HttpHeaderConfigProperty.HttpHeaderName.

public string HttpHeaderName { get; set; }
Property Value

System.String

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticloadbalancingv2-listenerrule-httpheaderconfig.html#cfn-elasticloadbalancingv2-listenerrule-httpheaderconfig-httpheadername

Values

CfnListenerRule.HttpHeaderConfigProperty.Values.

public string[] Values { get; set; }
Property Value

System.String[]

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticloadbalancingv2-listenerrule-httpheaderconfig.html#cfn-elasticloadbalancingv2-listenerrule-httpheaderconfig-values

Implements

CfnListenerRule.IHttpHeaderConfigProperty
Back to top Generated by DocFX