UpdateConfigurationSetEventDestinationRequest
public struct UpdateConfigurationSetEventDestinationRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the configuration set that contains the event destination that you want to update.
Declaration
Swift
public let configurationSetName: String
-
The event destination object that you want to apply to the specified configuration set.
Declaration
Swift
public let eventDestination: EventDestination
-
Undocumented
Declaration
Swift
public init(configurationSetName: String, eventDestination: EventDestination)