Show / Hide Table of Contents

Class CfnPlanPropsMixin.ChannelTargetInfoProperty

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

Inheritance
object
CfnPlanPropsMixin.ChannelTargetInfoProperty
Implements
CfnPlanPropsMixin.IChannelTargetInfoProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.SSMContacts
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnPlanPropsMixin.ChannelTargetInfoProperty : CfnPlanPropsMixin.IChannelTargetInfoProperty
Syntax (vb)
Public Class CfnPlanPropsMixin.ChannelTargetInfoProperty Implements CfnPlanPropsMixin.IChannelTargetInfoProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssmcontacts-plan-channeltargetinfo.html

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.CfnPropertyMixins.AWS.SSMContacts;

             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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssmcontacts-plan-channeltargetinfo.html

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.CfnPropertyMixins.AWS.SSMContacts;

             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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssmcontacts-plan-channeltargetinfo.html#cfn-ssmcontacts-plan-channeltargetinfo-channelid

RetryIntervalInMinutes

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

public double? RetryIntervalInMinutes { get; set; }
Property Value

double?

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssmcontacts-plan-channeltargetinfo.html#cfn-ssmcontacts-plan-channeltargetinfo-retryintervalinminutes

Implements

CfnPlanPropsMixin.IChannelTargetInfoProperty
Back to top Generated by DocFX