Show / Hide Table of Contents

Interface CfnListenerRule.IHttpHeaderConfigProperty

Namespace: Amazon.CDK.AWS.ElasticLoadBalancingV2
Assembly: Amazon.CDK.AWS.ElasticLoadBalancingV2.dll
Syntax (csharp)
public interface IHttpHeaderConfigProperty
Syntax (vb)
Public Interface IHttpHeaderConfigProperty
Remarks

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

Synopsis

Properties

HttpHeaderName

CfnListenerRule.HttpHeaderConfigProperty.HttpHeaderName.

Values

CfnListenerRule.HttpHeaderConfigProperty.Values.

Properties

HttpHeaderName

CfnListenerRule.HttpHeaderConfigProperty.HttpHeaderName.

virtual string HttpHeaderName { get; }
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.

virtual string[] Values { get; }
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

Back to top Generated by DocFX