Class CfnContactPropsMixin.ChannelTargetInfoProperty
Information about the contact channel that Incident Manager uses to engage the contact.
Implements
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.SSMContacts.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnContactPropsMixin.ChannelTargetInfoProperty : CfnContactPropsMixin.IChannelTargetInfoProperty
Syntax (vb)
Public Class CfnContactPropsMixin.ChannelTargetInfoProperty Implements CfnContactPropsMixin.IChannelTargetInfoProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.SSMContacts.Mixins;
var channelTargetInfoProperty = new ChannelTargetInfoProperty {
ChannelId = "channelId",
RetryIntervalInMinutes = 123
};
Synopsis
Constructors
| ChannelTargetInfoProperty() | Information about the contact channel that Incident Manager uses to engage the contact. |
Properties
| ChannelId | The Amazon Resource Name (ARN) of the contact channel. |
| RetryIntervalInMinutes | The number of minutes to wait before retrying to send engagement if the engagement initially failed. |
Constructors
ChannelTargetInfoProperty()
Information about the contact channel that Incident Manager uses to engage the contact.
public ChannelTargetInfoProperty()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.SSMContacts.Mixins;
var channelTargetInfoProperty = new ChannelTargetInfoProperty {
ChannelId = "channelId",
RetryIntervalInMinutes = 123
};
Properties
ChannelId
The Amazon Resource Name (ARN) of the contact channel.
public string? ChannelId { get; set; }
Property Value
Remarks
RetryIntervalInMinutes
The number of minutes to wait before retrying to send engagement if the engagement initially failed.
public double? RetryIntervalInMinutes { get; set; }