Show / Hide Table of Contents

Class CfnListenerRule

A CloudFormation AWS::ElasticLoadBalancingV2::ListenerRule.

Inheritance
System.Object
Construct
CfnElement
CfnRefElement
CfnResource
CfnListenerRule
Implements
IConstruct
Constructs.IConstruct
IDependable
IInspectable
Inherited Members
CfnResource.IsCfnResource(IConstruct)
CfnResource.AddDeletionOverride(String)
CfnResource.AddDependsOn(CfnResource)
CfnResource.AddMetadata(String, Object)
CfnResource.AddOverride(String, Object)
CfnResource.AddPropertyDeletionOverride(String)
CfnResource.AddPropertyOverride(String, Object)
CfnResource.ApplyRemovalPolicy(Nullable<RemovalPolicy>, IRemovalPolicyOptions)
CfnResource.GetAtt(String)
CfnResource.GetMetadata(String)
CfnResource.ShouldSynthesize()
CfnResource.ToString()
CfnResource.ValidateProperties(Object)
CfnResource.CfnOptions
CfnResource.CfnResourceType
CfnResource.UpdatedProperites
CfnRefElement.Ref
CfnElement.IsCfnElement(Object)
CfnElement.OverrideLogicalId(String)
CfnElement.CreationStack
CfnElement.LogicalId
CfnElement.Stack
Construct.IsConstruct(Object)
Construct.OnPrepare()
Construct.OnSynthesize(ISynthesisSession)
Construct.OnValidate()
Construct.Prepare()
Construct.Synthesize(ISynthesisSession)
Construct.Validate()
Construct.Node
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

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

CloudformationResource: AWS::ElasticLoadBalancingV2::ListenerRule

Synopsis

Constructors

CfnListenerRule(Construct, String, ICfnListenerRuleProps)

Create a new AWS::ElasticLoadBalancingV2::ListenerRule.

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

AWS::ElasticLoadBalancingV2::ListenerRule.Actions.

AttrIsDefault
AttrRuleArn
CFN_RESOURCE_TYPE_NAME

The CloudFormation resource type name for this resource class.

CfnProperties
Conditions

AWS::ElasticLoadBalancingV2::ListenerRule.Conditions.

ListenerArn

AWS::ElasticLoadBalancingV2::ListenerRule.ListenerArn.

Priority

AWS::ElasticLoadBalancingV2::ListenerRule.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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenerrule.html#cfn-elasticloadbalancingv2-listenerrule-actions

AttrIsDefault

public virtual IResolvable AttrIsDefault { get; }
Property Value

IResolvable

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
CfnResource.CfnProperties

Conditions

AWS::ElasticLoadBalancingV2::ListenerRule.Conditions.

public virtual object Conditions { get; set; }
Property Value

System.Object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenerrule.html#cfn-elasticloadbalancingv2-listenerrule-conditions

ListenerArn

AWS::ElasticLoadBalancingV2::ListenerRule.ListenerArn.

public virtual string ListenerArn { get; set; }
Property Value

System.String

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenerrule.html#cfn-elasticloadbalancingv2-listenerrule-listenerarn

Priority

AWS::ElasticLoadBalancingV2::ListenerRule.Priority.

public virtual double Priority { get; set; }
Property Value

System.Double

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenerrule.html#cfn-elasticloadbalancingv2-listenerrule-priority

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>

Overrides
CfnResource.RenderProperties(IDictionary<String, Object>)

Implements

IConstruct
Constructs.IConstruct
IDependable
IInspectable
Back to top Generated by DocFX