Class CfnPlan.TargetsProperty
The contact or contact channel that's being engaged.
Inheritance
Implements
Namespace: Amazon.CDK.AWS.SSMContacts
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class TargetsProperty : Object, CfnPlan.ITargetsProperty
Syntax (vb)
Public Class TargetsProperty
Inherits Object
Implements CfnPlan.ITargetsProperty
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.AWS.SSMContacts;
var targetsProperty = new TargetsProperty {
ChannelTargetInfo = new ChannelTargetInfoProperty {
ChannelId = "channelId",
RetryIntervalInMinutes = 123
},
ContactTargetInfo = new ContactTargetInfoProperty {
ContactId = "contactId",
IsEssential = false
}
};
Synopsis
Constructors
Targets |
Properties
Channel |
Information about the contact channel that Incident Manager engages. |
Contact |
Information about the contact that Incident Manager engages. |
Constructors
TargetsProperty()
public TargetsProperty()
Properties
ChannelTargetInfo
Information about the contact channel that Incident Manager engages.
public object ChannelTargetInfo { get; set; }
Property Value
System.
Remarks
ContactTargetInfo
Information about the contact that Incident Manager engages.
public object ContactTargetInfo { get; set; }
Property Value
System.