Interface CfnProactiveEngagementPropsMixin.EmergencyContactProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnProactiveEngagementPropsMixin.EmergencyContactProperty.Jsii$Proxy
Enclosing class:
CfnProactiveEngagementPropsMixin

@Stability(Stable) public static interface CfnProactiveEngagementPropsMixin.EmergencyContactProperty extends software.amazon.jsii.JsiiSerializable
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 software.amazon.awscdk.cfnpropertymixins.services.shield.*;
 EmergencyContactProperty emergencyContactProperty = EmergencyContactProperty.builder()
         .contactNotes("contactNotes")
         .emailAddress("emailAddress")
         .phoneNumber("phoneNumber")
         .build();
 

See Also: