Show / Hide Table of Contents

Interface IRule

Represents an EventBridge Rule.

Inherited Members
IResource.ApplyRemovalPolicy(RemovalPolicy)
IResource.Stack
IRuleRef.RuleRef
IEnvironmentAware.Env
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

string

Remarks

Attribute: true

RuleName

The name event rule.

string RuleName { get; }
Property Value

string

Remarks

Attribute: true

Back to top Generated by DocFX