EventBus
public struct EventBus : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The ARN of the event bus.
Declaration
Swift
public let arn: String? -
The name of the event bus.
Declaration
Swift
public let name: String? -
The permissions policy of the event bus, describing which other AWS accounts can write events to this event bus.
Declaration
Swift
public let policy: String? -
Undocumented
Declaration
Swift
public init(arn: String? = nil, name: String? = nil, policy: String? = nil)
View on GitHub
EventBus Structure Reference