CfnVoiceChannelMixinProps

class aws_cdk.mixins_preview.aws_pinpoint.mixins.CfnVoiceChannelMixinProps(*, application_id=None, enabled=None)

Bases: object

Properties for CfnVoiceChannelPropsMixin.

Parameters:
  • application_id (Optional[str]) – The unique identifier for the Amazon Pinpoint application that the voice channel applies to.

  • enabled (Union[bool, IResolvable, None]) – Specifies whether to enable the voice channel for the application.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-voicechannel.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_pinpoint import mixins as pinpoint_mixins

cfn_voice_channel_mixin_props = pinpoint_mixins.CfnVoiceChannelMixinProps(
    application_id="applicationId",
    enabled=False
)

Attributes

application_id

The unique identifier for the Amazon Pinpoint application that the voice channel applies to.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-voicechannel.html#cfn-pinpoint-voicechannel-applicationid

enabled

Specifies whether to enable the voice channel for the application.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-voicechannel.html#cfn-pinpoint-voicechannel-enabled