| Package | Description |
|---|---|
| software.amazon.awscdk.services.ssmcontacts |
AWS::SSMContacts Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
CfnContactChannel.Builder |
CfnContactChannel.Builder.channelAddress(String channelAddress)
The details that Incident Manager uses when trying to engage the contact channel.
|
CfnContactChannel.Builder |
CfnContactChannel.Builder.channelName(String channelName)
The name of the contact channel.
|
CfnContactChannel.Builder |
CfnContactChannel.Builder.channelType(String channelType)
The type of the contact channel.
|
CfnContactChannel.Builder |
CfnContactChannel.Builder.contactId(String contactId)
The Amazon Resource Name (ARN) of the contact you are adding the contact channel to.
|
static CfnContactChannel.Builder |
CfnContactChannel.Builder.create(software.constructs.Construct scope,
String id) |
CfnContactChannel.Builder |
CfnContactChannel.Builder.deferActivation(Boolean deferActivation)
If you want to activate the channel at a later time, you can choose to defer activation.
|
CfnContactChannel.Builder |
CfnContactChannel.Builder.deferActivation(IResolvable deferActivation)
If you want to activate the channel at a later time, you can choose to defer activation.
|
Copyright © 2022. All rights reserved.