aws-cdk-lib.aws_ssmcontacts.CfnContact.ContactTargetInfoProperty

interface ContactTargetInfoProperty

LanguageType name
.NETAmazon.CDK.AWS.SSMContacts.CfnContact.ContactTargetInfoProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsssmcontacts#CfnContact_ContactTargetInfoProperty
Javasoftware.amazon.awscdk.services.ssmcontacts.CfnContact.ContactTargetInfoProperty
Pythonaws_cdk.aws_ssmcontacts.CfnContact.ContactTargetInfoProperty
TypeScript aws-cdk-lib » aws_ssmcontacts » CfnContact » 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.CfnContact.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.