CfnContactChannelMixinProps

class aws_cdk.mixins_preview.aws_ssmcontacts.mixins.CfnContactChannelMixinProps(*, channel_address=None, channel_name=None, channel_type=None, contact_id=None, defer_activation=None)

Bases: object

Properties for CfnContactChannelPropsMixin.

Parameters:
  • channel_address (Optional[str]) – The details that Incident Manager uses when trying to engage the contact channel.

  • channel_name (Optional[str]) – The name of the contact channel.

  • channel_type (Optional[str]) – The type of the contact channel. Incident Manager supports three contact methods:. - SMS - VOICE - EMAIL

  • contact_id (Optional[str]) – The Amazon Resource Name (ARN) of the contact you are adding the contact channel to.

  • defer_activation (Union[bool, IResolvable, None]) – 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.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssmcontacts-contactchannel.html

ExampleMetadata:

fixture=_generated

Example:

# The code below shows an example of how to instantiate this type.
# The values are placeholders you should change.
from aws_cdk.mixins_preview.aws_ssmcontacts import mixins as ssmcontacts_mixins

cfn_contact_channel_mixin_props = ssmcontacts_mixins.CfnContactChannelMixinProps(
    channel_address="channelAddress",
    channel_name="channelName",
    channel_type="channelType",
    contact_id="contactId",
    defer_activation=False
)

Attributes

channel_address

The details that Incident Manager uses when trying to engage the contact channel.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssmcontacts-contactchannel.html#cfn-ssmcontacts-contactchannel-channeladdress

channel_name

The name of the contact channel.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssmcontacts-contactchannel.html#cfn-ssmcontacts-contactchannel-channelname

channel_type

.

  • SMS

  • VOICE

  • EMAIL

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssmcontacts-contactchannel.html#cfn-ssmcontacts-contactchannel-channeltype

Type:

The type of the contact channel. Incident Manager supports three contact methods

contact_id

The Amazon Resource Name (ARN) of the contact you are adding the contact channel to.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssmcontacts-contactchannel.html#cfn-ssmcontacts-contactchannel-contactid

defer_activation

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.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssmcontacts-contactchannel.html#cfn-ssmcontacts-contactchannel-deferactivation