Interface CfnContactChannelProps

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnContactChannelProps.Jsii$Proxy

@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-19T16:30:35.819Z") @Stability(Stable) public interface CfnContactChannelProps extends software.amazon.jsii.JsiiSerializable
Properties for defining a CfnContactChannel.

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();
 
  • Method Details

    • getChannelAddress

      @Stability(Stable) @NotNull String getChannelAddress()
      The details that Incident Manager uses when trying to engage the contact channel.
    • getChannelName

      @Stability(Stable) @NotNull String getChannelName()
      The name of the contact channel.
    • getChannelType

      @Stability(Stable) @NotNull String getChannelType()
      The type of the contact channel. Incident Manager supports three contact methods:.

      • SMS
      • VOICE
      • EMAIL
    • getContactId

      @Stability(Stable) @NotNull String getContactId()
      The Amazon Resource Name (ARN) of the contact you are adding the contact channel to.
    • getDeferActivation

      @Stability(Stable) @Nullable default Object 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.

    • builder

      @Stability(Stable) static CfnContactChannelProps.Builder builder()
      Returns:
      a CfnContactChannelProps.Builder of CfnContactChannelProps