@Stability(value=Stable)
public static interface CfnContact.ChannelTargetInfoProperty
extends software.amazon.jsii.JsiiSerializable
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();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnContact.ChannelTargetInfoProperty.Builder
A builder for
CfnContact.ChannelTargetInfoProperty |
static class |
CfnContact.ChannelTargetInfoProperty.Jsii$Proxy
An implementation for
CfnContact.ChannelTargetInfoProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnContact.ChannelTargetInfoProperty.Builder |
builder() |
String |
getChannelId()
The Amazon Resource Name (ARN) of the contact channel.
|
Number |
getRetryIntervalInMinutes()
The number of minutes to wait to retry sending engagement in the case the engagement initially fails.
|
@Stability(value=Stable) @NotNull String getChannelId()
@Stability(value=Stable) @NotNull Number getRetryIntervalInMinutes()
@Stability(value=Stable) static CfnContact.ChannelTargetInfoProperty.Builder builder()
Copyright © 2022. All rights reserved.