Class 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.
Inheritance
System.Object
CfnProactiveEngagement.EmergencyContactProperty
Namespace: Amazon.CDK.AwsShield
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class EmergencyContactProperty : Object, CfnProactiveEngagement.IEmergencyContactProperty
Syntax (vb)
Public Class EmergencyContactProperty
Inherits Object
Implements CfnProactiveEngagement.IEmergencyContactProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Aws_shield;
var emergencyContactProperty = new EmergencyContactProperty {
EmailAddress = "emailAddress",
// the properties below are optional
ContactNotes = "contactNotes",
PhoneNumber = "phoneNumber"
};
Synopsis
Constructors
EmergencyContactProperty() |
Properties
ContactNotes | Additional notes regarding the contact. |
EmailAddress | The email address for the contact. |
PhoneNumber | The phone number for the contact. |
Constructors
EmergencyContactProperty()
public EmergencyContactProperty()
Properties
ContactNotes
Additional notes regarding the contact.
public string ContactNotes { get; set; }
Property Value
System.String
Remarks
EmailAddress
The email address for the contact.
public string EmailAddress { get; set; }
Property Value
System.String
Remarks
PhoneNumber
The phone number for the contact.
public string PhoneNumber { get; set; }
Property Value
System.String