Class CfnListenerRule
A CloudFormation AWS::ElasticLoadBalancingV2::ListenerRule
.
Inherited Members
Namespace: Amazon.CDK.AWS.ElasticLoadBalancingV2
Assembly: Amazon.CDK.AWS.ElasticLoadBalancingV2.dll
Syntax (csharp)
public class CfnListenerRule : CfnResource, IConstruct, IConstruct, IDependable, IInspectable
Syntax (vb)
Public Class CfnListenerRule
Inherits CfnResource
Implements IConstruct, IConstruct, IDependable, IInspectable
Remarks
CloudformationResource: AWS::ElasticLoadBalancingV2::ListenerRule
Synopsis
Constructors
CfnListenerRule(Construct, String, ICfnListenerRuleProps) | Create a new |
CfnListenerRule(ByRefValue) | Used by jsii to construct an instance of this class from a Javascript-owned object reference |
CfnListenerRule(DeputyBase.DeputyProps) | Used by jsii to construct an instance of this class from DeputyProps |
Properties
Actions |
|
AttrIsDefault | |
AttrRuleArn | |
CFN_RESOURCE_TYPE_NAME | The CloudFormation resource type name for this resource class. |
CfnProperties | |
Conditions |
|
ListenerArn |
|
Priority |
|
Methods
Inspect(TreeInspector) | (experimental) Examines the CloudFormation resource and discloses attributes. |
RenderProperties(IDictionary<String, Object>) |
Constructors
CfnListenerRule(Construct, String, ICfnListenerRuleProps)
Create a new AWS::ElasticLoadBalancingV2::ListenerRule
.
public CfnListenerRule(Construct scope, string id, ICfnListenerRuleProps props)
Parameters
- scope Construct
- scope in which this resource is defined.
- id System.String
- scoped id of the resource.
- props ICfnListenerRuleProps
- resource properties.
CfnListenerRule(ByRefValue)
Used by jsii to construct an instance of this class from a Javascript-owned object reference
protected CfnListenerRule(ByRefValue reference)
Parameters
- reference Amazon.JSII.Runtime.Deputy.ByRefValue
The Javascript-owned object reference
CfnListenerRule(DeputyBase.DeputyProps)
Used by jsii to construct an instance of this class from DeputyProps
protected CfnListenerRule(DeputyBase.DeputyProps props)
Parameters
- props Amazon.JSII.Runtime.Deputy.DeputyBase.DeputyProps
The deputy props
Properties
Actions
AWS::ElasticLoadBalancingV2::ListenerRule.Actions
.
public virtual object Actions { get; set; }
Property Value
System.Object
Remarks
AttrIsDefault
public virtual IResolvable AttrIsDefault { get; }
Property Value
Remarks
CloudformationAttribute: IsDefault
AttrRuleArn
public virtual string AttrRuleArn { get; }
Property Value
System.String
Remarks
CloudformationAttribute: RuleArn
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
public static string CFN_RESOURCE_TYPE_NAME { get; }
Property Value
System.String
CfnProperties
protected override IDictionary<string, object> CfnProperties { get; }
Property Value
System.Collections.Generic.IDictionary<System.String, System.Object>
Overrides
Conditions
AWS::ElasticLoadBalancingV2::ListenerRule.Conditions
.
public virtual object Conditions { get; set; }
Property Value
System.Object
Remarks
ListenerArn
AWS::ElasticLoadBalancingV2::ListenerRule.ListenerArn
.
public virtual string ListenerArn { get; set; }
Property Value
System.String
Remarks
Priority
AWS::ElasticLoadBalancingV2::ListenerRule.Priority
.
public virtual double Priority { get; set; }
Property Value
System.Double
Remarks
Methods
Inspect(TreeInspector)
(experimental) Examines the CloudFormation resource and discloses attributes.
public virtual void Inspect(TreeInspector inspector)
Parameters
- inspector TreeInspector
- tree inspector to collect and process attributes.
Remarks
Stability: Experimental
RenderProperties(IDictionary<String, Object>)
protected override IDictionary<string, object> RenderProperties(IDictionary<string, object> props)
Parameters
- props System.Collections.Generic.IDictionary<System.String, System.Object>
Returns
System.Collections.Generic.IDictionary<System.String, System.Object>