public static interface CfnContact.TargetsProperty
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.*; TargetsProperty targetsProperty = TargetsProperty.builder() .channelTargetInfo(ChannelTargetInfoProperty.builder() .channelId("channelId") .retryIntervalInMinutes(123) .build()) .contactTargetInfo(ContactTargetInfoProperty.builder() .contactId("contactId") .isEssential(false) .build()) .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnContact.TargetsProperty.Builder
A builder for
CfnContact.TargetsProperty |
static class |
CfnContact.TargetsProperty.Jsii$Proxy
An implementation for
CfnContact.TargetsProperty |
Modifier and Type | Method and Description |
---|---|
static CfnContact.TargetsProperty.Builder |
builder() |
default java.lang.Object |
getChannelTargetInfo()
Information about the contact channel Incident Manager is engaging.
|
default java.lang.Object |
getContactTargetInfo()
The contact that Incident Manager is engaging during an incident.
|
default java.lang.Object getChannelTargetInfo()
default java.lang.Object getContactTargetInfo()
static CfnContact.TargetsProperty.Builder builder()
CfnContact.TargetsProperty.Builder
of CfnContact.TargetsProperty