Interface CfnListener.IListenerAttributeProperty
Information about a listener attribute.
Namespace: Amazon.CDK.AWS.ElasticLoadBalancingV2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IListenerAttributeProperty
Syntax (vb)
Public Interface IListenerAttributeProperty
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 listenerAttributeProperty = new ListenerAttributeProperty {
Key = "key",
Value = "value"
};
Synopsis
Properties
Key | The name of the attribute. |
Value | The value of the attribute. |
Properties
Key
The name of the attribute.
virtual string Key { get; }
Property Value
System.
Remarks
The following attribute is supported by Network Load Balancers, and Gateway Load Balancers.
The following attributes are only supported by Application Load Balancers.
Value
The value of the attribute.
virtual string Value { get; }
Property Value
System.