aws-cdk-lib.aws_ssmcontacts.CfnPlan.ChannelTargetInfoProperty

interface ChannelTargetInfoProperty

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

Information about the contact channel that Incident Manager uses to engage the contact.

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 channelTargetInfoProperty: ssmcontacts.CfnPlan.ChannelTargetInfoProperty = {
  channelId: 'channelId',
  retryIntervalInMinutes: 123,
};

Properties

NameTypeDescription
channelIdstringThe Amazon Resource Name (ARN) of the contact channel.
retryIntervalInMinutesnumberThe number of minutes to wait before retrying to send engagement if the engagement initially failed.

channelId

Type: string

The Amazon Resource Name (ARN) of the contact channel.


retryIntervalInMinutes

Type: number

The number of minutes to wait before retrying to send engagement if the engagement initially failed.