Interface CfnPlan.ChannelTargetInfoProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnPlan.ChannelTargetInfoProperty.Jsii$Proxy
- Enclosing class:
CfnPlan
@Stability(Stable)
public static interface CfnPlan.ChannelTargetInfoProperty
extends software.amazon.jsii.JsiiSerializable
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 software.amazon.awscdk.services.ssmcontacts.*; ChannelTargetInfoProperty channelTargetInfoProperty = ChannelTargetInfoProperty.builder() .channelId("channelId") .retryIntervalInMinutes(123) .build();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnPlan.ChannelTargetInfoProperty
static final class
An implementation forCfnPlan.ChannelTargetInfoProperty
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
The Amazon Resource Name (ARN) of the contact channel.The number of minutes to wait before retrying to send engagement if the engagement initially failed.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getChannelId
The Amazon Resource Name (ARN) of the contact channel.- See Also:
-
getRetryIntervalInMinutes
The number of minutes to wait before retrying to send engagement if the engagement initially failed.- See Also:
-
builder
-