@Stability(value=Stable)
public static interface CfnContact.TargetsProperty
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.*;
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 Object |
getChannelTargetInfo()
Information about the contact channel Incident Manager is engaging.
|
default Object |
getContactTargetInfo()
The contact that Incident Manager is engaging during an incident.
|
@Stability(value=Stable) @Nullable default Object getChannelTargetInfo()
@Stability(value=Stable) @Nullable default Object getContactTargetInfo()
@Stability(value=Stable) static CfnContact.TargetsProperty.Builder builder()
CfnContact.TargetsProperty.Builder of CfnContact.TargetsPropertyCopyright © 2022. All rights reserved.