GetEventBusesEventBus class
Constructors
-
GetEventBusesEventBus({required Input<String> arn, required Input<String> creationTime, required Input<String> description, required Input<String> lastModifiedTime, required Input<String> name, required Input<String> policy})
-
Creates a new GetEventBusesEventBus.
arn The ARN of the event bus.
creationTime The time the event bus was created.
description The event bus description.
lastModifiedTime The time the event bus was last modified.
name The name of the event bus.
policy The permissions policy of the event bus, describing which other AWS accounts can write events to this event bus.
const
-
GetEventBusesEventBus.fromMap(Map<String, dynamic> map)
-
factory
Properties
-
arn
→ Input<String>
-
The ARN of the event bus.
final
-
creationTime
→ Input<String>
-
The time the event bus was created.
final
-
description
→ Input<String>
-
The event bus description.
final
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
lastModifiedTime
→ Input<String>
-
The time the event bus was last modified.
final
-
name
→ Input<String>
-
The name of the event bus.
final
-
policy
→ Input<String>
-
The permissions policy of the event bus, describing which other AWS accounts can write events to this event bus.
final
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited