APNSSandboxChannelReference
- class aws_cdk.aws_pinpoint.APNSSandboxChannelReference(*, apns_sandbox_channel_id)
Bases:
object
A reference to a APNSSandboxChannel resource.
- Parameters:
apns_sandbox_channel_id (
str
) – The Id of the APNSSandboxChannel resource.- 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 import aws_pinpoint as pinpoint a_pNSSandbox_channel_reference = pinpoint.APNSSandboxChannelReference( apns_sandbox_channel_id="apnsSandboxChannelId" )
Attributes
- apns_sandbox_channel_id
The Id of the APNSSandboxChannel resource.