aws-cdk-lib.aws_ssmcontacts.CfnPlan.ContactTargetInfoProperty

interface ContactTargetInfoProperty

LanguageType name
.NETAmazon.CDK.AWS.SSMContacts.CfnPlan.ContactTargetInfoProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsssmcontacts#CfnPlan_ContactTargetInfoProperty
Javasoftware.amazon.awscdk.services.ssmcontacts.CfnPlan.ContactTargetInfoProperty
Pythonaws_cdk.aws_ssmcontacts.CfnPlan.ContactTargetInfoProperty
TypeScript aws-cdk-lib » aws_ssmcontacts » CfnPlan » ContactTargetInfoProperty

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 { aws_ssmcontacts as ssmcontacts } from 'aws-cdk-lib';
const contactTargetInfoProperty: ssmcontacts.CfnPlan.ContactTargetInfoProperty = {
  contactId: 'contactId',
  isEssential: false,
};

Properties

NameTypeDescription
contactIdstringThe Amazon Resource Name (ARN) of the contact.
isEssentialboolean | IResolvableA Boolean value determining if the contact's acknowledgement stops the progress of stages in the plan.

contactId

Type: string

The Amazon Resource Name (ARN) of the contact.


isEssential

Type: boolean | IResolvable

A Boolean value determining if the contact's acknowledgement stops the progress of stages in the plan.