aws-cdk-lib.aws_shield.CfnProactiveEngagement.EmergencyContactProperty

interface EmergencyContactProperty

LanguageType name
.NETAmazon.CDK.aws_shield.CfnProactiveEngagement.EmergencyContactProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsshield#CfnProactiveEngagement_EmergencyContactProperty
Javaservices.shield.CfnProactiveEngagement.EmergencyContactProperty
Pythonaws_cdk.aws_shield.CfnProactiveEngagement.EmergencyContactProperty
TypeScript aws-cdk-lib » aws_shield » CfnProactiveEngagement » EmergencyContactProperty

Contact information that the SRT can use to contact you if you have proactive engagement enabled, for escalations to the SRT and to initiate proactive customer support.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_shield as shield } from 'aws-cdk-lib';
const emergencyContactProperty: shield.CfnProactiveEngagement.EmergencyContactProperty = {
  emailAddress: 'emailAddress',

  // the properties below are optional
  contactNotes: 'contactNotes',
  phoneNumber: 'phoneNumber',
};

Properties

NameTypeDescription
emailAddressstringThe email address for the contact.
contactNotes?stringAdditional notes regarding the contact.
phoneNumber?stringThe phone number for the contact.

emailAddress

Type: string

The email address for the contact.


contactNotes?

Type: string (optional)

Additional notes regarding the contact.


phoneNumber?

Type: string (optional)

The phone number for the contact.