Interface CfnPlanPropsMixin.ContactTargetInfoProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnPlanPropsMixin.ContactTargetInfoProperty.Jsii$Proxy
- Enclosing class:
CfnPlanPropsMixin
@Stability(Stable)
public static interface CfnPlanPropsMixin.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.cfnpropertymixins.services.ssmcontacts.*;
ContactTargetInfoProperty contactTargetInfoProperty = ContactTargetInfoProperty.builder()
.contactId("contactId")
.isEssential(false)
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnPlanPropsMixin.ContactTargetInfoPropertystatic final classAn implementation forCfnPlanPropsMixin.ContactTargetInfoProperty -
Method Summary
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.Returns union: either
BooleanorIResolvable- See Also:
-
builder
-