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 modify.
Declaration
Swift
public let configurationSetName: String
-
An object that defines the event destination.
Declaration
Swift
public let eventDestination: EventDestinationDefinition
-
The name of the event destination that you want to modify.
Declaration
Swift
public let eventDestinationName: String
-
Undocumented
Declaration
Swift
public init(configurationSetName: String, eventDestination: EventDestinationDefinition, eventDestinationName: String)