interface APNSVoipChannelReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.Pinpoint.APNSVoipChannelReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awspinpoint#APNSVoipChannelReference |
Java | software.amazon.awscdk.interfaces.pinpoint.APNSVoipChannelReference |
Python | aws_cdk.interfaces.aws_pinpoint.APNSVoipChannelReference |
TypeScript | aws-cdk-lib » interfaces » 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 interfaces_aws_pinpoint } from 'aws-cdk-lib/interfaces';
const aPNSVoipChannelReference: interfaces_aws_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.

.NET
Go
Java
Python
TypeScript