AssociateProactiveEngagementDetailsRequest
public struct AssociateProactiveEngagementDetailsRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A list of email addresses and phone numbers that the DDoS Response Team (DRT) can use to contact you for escalations to the DRT and to initiate proactive customer support. To enable proactive engagement, the contact list must include at least one phone number. The contacts that you provide here replace any contacts that were already defined. If you already have contacts defined and want to use them, retrieve the list using DescribeEmergencyContactSettings and then provide it here.
Declaration
Swift
public let emergencyContactList: [EmergencyContact]
-
Undocumented
Declaration
Swift
public init(emergencyContactList: [EmergencyContact])
-
Declaration
Swift
public func validate(name: String) throws