Interface CfnContactChannelMixinProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnContactChannelMixinProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.127.0 (build 2117ad5)",
date="2026-03-27T13:12:21.161Z")
@Stability(Stable)
public interface CfnContactChannelMixinProps
extends software.amazon.jsii.JsiiSerializable
Properties for CfnContactChannelPropsMixin.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.ssmcontacts.*;
CfnContactChannelMixinProps cfnContactChannelMixinProps = CfnContactChannelMixinProps.builder()
.channelAddress("channelAddress")
.channelName("channelName")
.channelType("channelType")
.contactId("contactId")
.deferActivation(false)
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnContactChannelMixinPropsstatic final classAn implementation forCfnContactChannelMixinProps -
Method Summary
Modifier and TypeMethodDescriptionbuilder()default StringThe details that Incident Manager uses when trying to engage the contact channel.default StringThe name of the contact channel.default StringThe type of the contact channel.default StringThe Amazon Resource Name (ARN) of the contact you are adding the contact channel to.default ObjectIf you want to activate the channel at a later time, you can choose to defer activation.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getChannelAddress
The details that Incident Manager uses when trying to engage the contact channel.- See Also:
-
getChannelName
The name of the contact channel.- See Also:
-
getChannelType
The type of the contact channel. Incident Manager supports three contact methods:.- SMS
- VOICE
- See Also:
-
getContactId
The Amazon Resource Name (ARN) of the contact you are adding the contact channel to.- See Also:
-
getDeferActivation
If you want to activate the channel at a later time, you can choose to defer activation.Incident Manager can't engage your contact channel until it has been activated.
Returns union: either
BooleanorIResolvable- See Also:
-
builder
-