PutConfigurationSetTrackingOptionsRequest
public struct PutConfigurationSetTrackingOptionsRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the configuration set that you want to add a custom tracking domain to.
Declaration
Swift
public let configurationSetName: String
-
The domain that you want to use to track open and click events.
Declaration
Swift
public let customRedirectDomain: String?
-
Undocumented
Declaration
Swift
public init(configurationSetName: String, customRedirectDomain: String? = nil)