@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:42.338Z") @Stability(value=Stable) public interface CfnContactChannelProps 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.*;
CfnContactChannelProps cfnContactChannelProps = CfnContactChannelProps.builder()
.channelAddress("channelAddress")
.channelName("channelName")
.channelType("channelType")
.contactId("contactId")
// the properties below are optional
.deferActivation(false)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnContactChannelProps.Builder
A builder for
CfnContactChannelProps |
static class |
CfnContactChannelProps.Jsii$Proxy
An implementation for
CfnContactChannelProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnContactChannelProps.Builder |
builder() |
String |
getChannelAddress()
The details that Incident Manager uses when trying to engage the contact channel.
|
String |
getChannelName()
The name of the contact channel.
|
String |
getChannelType()
The type of the contact channel.
|
String |
getContactId()
The Amazon Resource Name (ARN) of the contact you are adding the contact channel to.
|
default Object |
getDeferActivation()
If you want to activate the channel at a later time, you can choose to defer activation.
|
@Stability(value=Stable) @NotNull String getChannelAddress()
@Stability(value=Stable) @NotNull String getChannelName()
@Stability(value=Stable) @NotNull String getChannelType()
@Stability(value=Stable) @NotNull String getContactId()
@Stability(value=Stable) @Nullable default Object getDeferActivation()
Incident Manager can't engage your contact channel until it has been activated.
@Stability(value=Stable) static CfnContactChannelProps.Builder builder()
CfnContactChannelProps.Builder of CfnContactChannelPropsCopyright © 2022. All rights reserved.