Show / Hide Table of Contents

Class CfnContactPropsMixin.ChannelTargetInfoProperty

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

Inheritance
object
CfnContactPropsMixin.ChannelTargetInfoProperty
Implements
CfnContactPropsMixin.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.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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssmcontacts-contact-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.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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssmcontacts-contact-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.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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssmcontacts-contact-channeltargetinfo.html#cfn-ssmcontacts-contact-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-contact-channeltargetinfo.html#cfn-ssmcontacts-contact-channeltargetinfo-retryintervalinminutes

Implements

CfnContactPropsMixin.IChannelTargetInfoProperty
Back to top Generated by DocFX