CfnVoiceChannelMixinProps
- class aws_cdk.mixins_preview.aws_pinpoint.mixins.CfnVoiceChannelMixinProps(*, application_id=None, enabled=None)
Bases:
objectProperties 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:
- 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.
- enabled
Specifies whether to enable the voice channel for the application.