@Stability(value=Stable)
public static interface CfnContact.ContactTargetInfoProperty
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.*;
ContactTargetInfoProperty contactTargetInfoProperty = ContactTargetInfoProperty.builder()
.contactId("contactId")
.isEssential(false)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnContact.ContactTargetInfoProperty.Builder
A builder for
CfnContact.ContactTargetInfoProperty |
static class |
CfnContact.ContactTargetInfoProperty.Jsii$Proxy
An implementation for
CfnContact.ContactTargetInfoProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnContact.ContactTargetInfoProperty.Builder |
builder() |
String |
getContactId()
The Amazon Resource Name (ARN) of the contact.
|
Object |
getIsEssential()
A Boolean value determining if the contact's acknowledgement stops the progress of stages in the plan.
|
@Stability(value=Stable) @NotNull String getContactId()
@Stability(value=Stable) @NotNull Object getIsEssential()
@Stability(value=Stable) static CfnContact.ContactTargetInfoProperty.Builder builder()
Copyright © 2022. All rights reserved.