interface APNSVoipChannelReference
| Language | Type name | 
|---|---|
|  .NET | Amazon.CDK.AWS.Pinpoint.APNSVoipChannelReference | 
|  Go | github.com/aws/aws-cdk-go/awscdk/v2/awspinpoint#APNSVoipChannelReference | 
|  Java | software.amazon.awscdk.services.pinpoint.APNSVoipChannelReference | 
|  Python | aws_cdk.aws_pinpoint.APNSVoipChannelReference | 
|  TypeScript | aws-cdk-lib»aws_pinpoint»APNSVoipChannelReference | 
A reference to a APNSVoipChannel 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 pinpoint } from 'aws-cdk-lib';
const aPNSVoipChannelReference: pinpoint.APNSVoipChannelReference = {
  apnsVoipChannelId: 'apnsVoipChannelId',
};
Properties
| Name | Type | Description | 
|---|---|---|
| apns | string | The Id of the APNSVoipChannel resource. | 
apnsVoipChannelId
Type:
string
The Id of the APNSVoipChannel resource.
