agent-claw: automated task changes
This commit is contained in:
20
cdk/node_modules/aws-cdk-lib/aws-events/lib/rule-ref.d.ts
generated
vendored
Normal file
20
cdk/node_modules/aws-cdk-lib/aws-events/lib/rule-ref.d.ts
generated
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
import type { IResource } from '../../core';
|
||||
import type { IRuleRef } from '../../interfaces/generated/aws-events-interfaces.generated';
|
||||
/**
|
||||
* Represents an EventBridge Rule
|
||||
*/
|
||||
export interface IRule extends IResource, IRuleRef {
|
||||
/**
|
||||
* The value of the event rule Amazon Resource Name (ARN), such as
|
||||
* arn:aws:events:us-east-2:123456789012:rule/example.
|
||||
*
|
||||
* @attribute
|
||||
*/
|
||||
readonly ruleArn: string;
|
||||
/**
|
||||
* The name event rule
|
||||
*
|
||||
* @attribute
|
||||
*/
|
||||
readonly ruleName: string;
|
||||
}
|
||||
Reference in New Issue
Block a user