Interface CfnPlanPropsMixin.ChannelTargetInfoProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnPlanPropsMixin.ChannelTargetInfoProperty.Jsii$Proxy
- Enclosing class:
CfnPlanPropsMixin
@Stability(Stable)
public static interface CfnPlanPropsMixin.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.cfnpropertymixins.services.ssmcontacts.*;
ChannelTargetInfoProperty channelTargetInfoProperty = ChannelTargetInfoProperty.builder()
.channelId("channelId")
.retryIntervalInMinutes(123)
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnPlanPropsMixin.ChannelTargetInfoPropertystatic final classAn implementation forCfnPlanPropsMixin.ChannelTargetInfoProperty -
Method Summary
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
-