Learn R Programming

paws.security.identity (version 0.1.12)

shield_describe_emergency_contact_settings: 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

Description

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.

Usage

shield_describe_emergency_contact_settings()

Arguments

Value

A list with the following syntax:

list(
  EmergencyContactList = list(
    list(
      EmailAddress = "string",
      PhoneNumber = "string",
      ContactNotes = "string"
    )
  )
)

Request syntax

svc$describe_emergency_contact_settings()