Class RuleReference
A reference to a Rule resource.
Implements
Inherited Members
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
Remarks
ExampleMetadata: fixture=_generated