Class ListenerRuleReference
A reference to a ListenerRule resource.
Implements
Inherited Members
Namespace: Amazon.CDK.Interfaces.ElasticLoadBalancingV2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class ListenerRuleReference : IListenerRuleReference
Syntax (vb)
Public Class ListenerRuleReference Implements IListenerRuleReference
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.Interfaces.ElasticLoadBalancingV2;
var listenerRuleReference = new ListenerRuleReference {
RuleArn = "ruleArn"
};
Synopsis
Constructors
| ListenerRuleReference() | A reference to a ListenerRule resource. |
Properties
| RuleArn | The RuleArn of the ListenerRule resource. |
Constructors
ListenerRuleReference()
A reference to a ListenerRule resource.
public ListenerRuleReference()
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.Interfaces.ElasticLoadBalancingV2;
var listenerRuleReference = new ListenerRuleReference {
RuleArn = "ruleArn"
};
Properties
RuleArn
The RuleArn of the ListenerRule resource.
public string RuleArn { get; set; }
Property Value
Remarks
ExampleMetadata: fixture=_generated