interface APNSVoipSandboxChannelReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.Pinpoint.APNSVoipSandboxChannelReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awspinpoint#APNSVoipSandboxChannelReference |
Java | software.amazon.awscdk.interfaces.pinpoint.APNSVoipSandboxChannelReference |
Python | aws_cdk.interfaces.aws_pinpoint.APNSVoipSandboxChannelReference |
TypeScript | aws-cdk-lib » interfaces » aws_pinpoint » APNSVoipSandboxChannelReference |
A reference to a APNSVoipSandboxChannel resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_pinpoint as interfaces_aws_pinpoint } from 'aws-cdk-lib/interfaces';
const aPNSVoipSandboxChannelReference: interfaces_aws_pinpoint.APNSVoipSandboxChannelReference = {
apnsVoipSandboxChannelId: 'apnsVoipSandboxChannelId',
};
Properties
| Name | Type | Description |
|---|---|---|
| apns | string | The Id of the APNSVoipSandboxChannel resource. |
apnsVoipSandboxChannelId
Type:
string
The Id of the APNSVoipSandboxChannel resource.

.NET
Go
Java
Python
TypeScript