Interface IRule
Represents an EventBridge Rule.
Inherited Members
Namespace: Amazon.CDK.AWS.Events
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IRule : IResource, IRuleRef, IConstruct, IDependable, IEnvironmentAware
Syntax (vb)
Public Interface IRule Inherits IResource, IRuleRef, IConstruct, IDependable, IEnvironmentAware
Synopsis
Properties
| RuleArn | The value of the event rule Amazon Resource Name (ARN), such as arn:aws:events:us-east-2:123456789012:rule/example. |
| RuleName | The name event rule. |
Properties
RuleArn
The value of the event rule Amazon Resource Name (ARN), such as arn:aws:events:us-east-2:123456789012:rule/example.
string RuleArn { get; }
Property Value
Remarks
Attribute: true