IEventBus¶
-
class
aws_cdk.aws_events.
IEventBus
(*args, **kwds)¶ Bases:
aws_cdk.core.IResource
,typing_extensions.Protocol
Interface which all EventBus based classes MUST implement.
Attributes
-
env
¶ The environment this resource belongs to.
For resources that are created and managed by the CDK (generally, those created by creating new class instances like Role, Bucket, etc.), this is always the same as the environment of the stack they belong to; however, for imported resources (those obtained from static methods like fromRoleArn, fromBucketName, etc.), that might be different than the stack they were imported into.
- Return type
-
event_bus_arn
¶ The ARN of this event bus resource.
- Attribute
true
- Link
- Return type
str
-
event_bus_name
¶ The physical ID of this event bus resource.
- Attribute
true
- Link
- Return type
str
-
event_bus_policy
¶ The JSON policy of this event bus resource.
- Attribute
true
- Link
- Return type
str
-
event_source_name
¶ The partner event source to associate with this event bus resource.
-
node
¶ The construct tree node for this construct.
- Return type
-