CreateEventBusRequest
public struct CreateEventBusRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
If you are creating a partner event bus, this specifies the partner event source that the new event bus will be matched with.
Declaration
Swift
public let eventSourceName: String?
-
The name of the new event bus. Event bus names cannot contain the / character. You can’t use the name default for a custom event bus, as this name is already used for your account’s default event bus. If this is a partner event bus, the name must exactly match the name of the partner event source that this event bus is matched to.
Declaration
Swift
public let name: String
-
Tags to associate with the event bus.
Declaration
Swift
public let tags: [Tag]?
-
Undocumented
Declaration
Swift
public init(eventSourceName: String? = nil, name: String, tags: [Tag]? = nil)
-
Declaration
Swift
public func validate(name: String) throws