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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnProactiveEngagementPropsMixin.EmergencyContactProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getContactNotes
Additional notes regarding the contact.- See Also:
-
getEmailAddress
The email address for the contact.- See Also:
-
getPhoneNumber
The phone number for the contact.- See Also:
-
builder
@Stability(Stable) static CfnProactiveEngagementPropsMixin.EmergencyContactProperty.Builder builder()
-