@Generated(value="jsii-pacmak/1.74.0 (build 6d08790)",
date="2023-03-22T19:35:40.194Z")
public interface CfnContactChannelProps
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() |
java.lang.String |
getChannelAddress()
The details that Incident Manager uses when trying to engage the contact channel.
|
java.lang.String |
getChannelName()
The name of the contact channel.
|
java.lang.String |
getChannelType()
The type of the contact channel.
|
java.lang.String |
getContactId()
The Amazon Resource Name (ARN) of the contact you are adding the contact channel to.
|
default java.lang.Object |
getDeferActivation()
If you want to activate the channel at a later time, you can choose to defer activation.
|
java.lang.String getChannelAddress()
java.lang.String getChannelName()
java.lang.String getChannelType()
java.lang.String getContactId()
default java.lang.Object getDeferActivation()
Incident Manager can't engage your contact channel until it has been activated.
static CfnContactChannelProps.Builder builder()
CfnContactChannelProps.Builder
of CfnContactChannelProps