Show / Hide Table of Contents

Class RuleReference

A reference to a Rule resource.

Inheritance
object
RuleReference
Implements
IRuleReference
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.VpcLattice
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class RuleReference : IRuleReference
Syntax (vb)
Public Class RuleReference Implements IRuleReference
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.VpcLattice;

            var ruleReference = new RuleReference {
                RuleArn = "ruleArn"
            };

Synopsis

Constructors

RuleReference()

A reference to a Rule resource.

Properties

RuleArn

The Arn of the Rule resource.

Constructors

RuleReference()

A reference to a Rule resource.

public RuleReference()
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.VpcLattice;

            var ruleReference = new RuleReference {
                RuleArn = "ruleArn"
            };

Properties

RuleArn

The Arn of the Rule resource.

public string RuleArn { get; set; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Implements

IRuleReference
Back to top Generated by DocFX