Interface CfnContact.ContactTargetInfoProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnContact.ContactTargetInfoProperty.Jsii$Proxy
- Enclosing class:
CfnContact
@Stability(Stable)
public static interface CfnContact.ContactTargetInfoProperty
extends software.amazon.jsii.JsiiSerializable
The contact that Incident Manager is engaging during an incident.
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.ssmcontacts.*; ContactTargetInfoProperty contactTargetInfoProperty = ContactTargetInfoProperty.builder() .contactId("contactId") .isEssential(false) .build();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnContact.ContactTargetInfoProperty
static final class
An implementation forCfnContact.ContactTargetInfoProperty
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
The Amazon Resource Name (ARN) of the contact.A Boolean value determining if the contact's acknowledgement stops the progress of stages in the plan.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getContactId
The Amazon Resource Name (ARN) of the contact.- See Also:
-
getIsEssential
A Boolean value determining if the contact's acknowledgement stops the progress of stages in the plan.- See Also:
-
builder
-