UpdateEmergencyContactSettingsRequest

public struct UpdateEmergencyContactSettingsRequest : 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 if you have proactive engagement enabled, for escalations to the DRT and to initiate proactive customer support. If you have proactive engagement enabled, the contact list must include at least one phone number.

    Declaration

    Swift

    public let emergencyContactList: [EmergencyContact]?
  • Undocumented

    Declaration

    Swift

    public init(emergencyContactList: [EmergencyContact]? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws