interface EmergencyContactProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Shield.CfnProactiveEngagement.EmergencyContactProperty |
![]() | software.amazon.awscdk.services.shield.CfnProactiveEngagement.EmergencyContactProperty |
![]() | aws_cdk.aws_shield.CfnProactiveEngagement.EmergencyContactProperty |
![]() | @aws-cdk/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 * as shield from '@aws-cdk/aws-shield';
const emergencyContactProperty: shield.CfnProactiveEngagement.EmergencyContactProperty = {
emailAddress: 'emailAddress',
// the properties below are optional
contactNotes: 'contactNotes',
phoneNumber: 'phoneNumber',
};
Properties
Name | Type | Description |
---|---|---|
email | string | The email address for the contact. |
contact | string | Additional notes regarding the contact. |
phone | string | The 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.