Interface CfnPlan.ContactTargetInfoProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnPlan.ContactTargetInfoProperty.Jsii$Proxy
- Enclosing class:
CfnPlan
@Stability(Stable)
public static interface CfnPlan.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 forCfnPlan.ContactTargetInfoProperty
static final class
An implementation forCfnPlan.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
-