public static interface CfnContact.ChannelTargetInfoProperty
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() |
java.lang.String |
getChannelId()
The Amazon Resource Name (ARN) of the contact channel.
|
java.lang.Number |
getRetryIntervalInMinutes()
The number of minutes to wait to retry sending engagement in the case the engagement initially fails.
|
java.lang.String getChannelId()
java.lang.Number getRetryIntervalInMinutes()
static CfnContact.ChannelTargetInfoProperty.Builder builder()