interface TargetsProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.SSMContacts.CfnContact.TargetsProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsssmcontacts#CfnContact_TargetsProperty |
![]() | software.amazon.awscdk.services.ssmcontacts.CfnContact.TargetsProperty |
![]() | aws_cdk.aws_ssmcontacts.CfnContact.TargetsProperty |
![]() | aws-cdk-lib » aws_ssmcontacts » CfnContact » TargetsProperty |
The contact or contact channel that's being engaged.
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 targetsProperty: ssmcontacts.CfnContact.TargetsProperty = {
channelTargetInfo: {
channelId: 'channelId',
retryIntervalInMinutes: 123,
},
contactTargetInfo: {
contactId: 'contactId',
isEssential: false,
},
};
Properties
Name | Type | Description |
---|---|---|
channel | IResolvable | Channel | Information about the contact channel that Incident Manager engages. |
contact | IResolvable | Contact | The contact that Incident Manager is engaging during an incident. |
channelTargetInfo?
Type:
IResolvable
|
Channel
(optional)
Information about the contact channel that Incident Manager engages.
contactTargetInfo?
Type:
IResolvable
|
Contact
(optional)
The contact that Incident Manager is engaging during an incident.