interface ListenerRuleReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.ElasticLoadBalancingV2.ListenerRuleReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awselasticloadbalancingv2#ListenerRuleReference |
Java | software.amazon.awscdk.interfaces.elasticloadbalancingv2.ListenerRuleReference |
Python | aws_cdk.interfaces.aws_elasticloadbalancingv2.ListenerRuleReference |
TypeScript | aws-cdk-lib » interfaces » aws_elasticloadbalancingv2 » ListenerRuleReference |
A reference to a ListenerRule resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_elasticloadbalancingv2 as interfaces_aws_elasticloadbalancingv2 } from 'aws-cdk-lib/interfaces';
const listenerRuleReference: interfaces_aws_elasticloadbalancingv2.ListenerRuleReference = {
ruleArn: 'ruleArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| rule | string | The RuleArn of the ListenerRule resource. |
ruleArn
Type:
string
The RuleArn of the ListenerRule resource.

.NET
Go
Java
Python
TypeScript