interface APNSChannelReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.Pinpoint.APNSChannelReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awspinpoint#APNSChannelReference |
Java | software.amazon.awscdk.interfaces.pinpoint.APNSChannelReference |
Python | aws_cdk.interfaces.aws_pinpoint.APNSChannelReference |
TypeScript | aws-cdk-lib » interfaces » aws_pinpoint » APNSChannelReference |
A reference to a APNSChannel 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 aPNSChannelReference: interfaces_aws_pinpoint.APNSChannelReference = {
apnsChannelId: 'apnsChannelId',
};
Properties
| Name | Type | Description |
|---|---|---|
| apns | string | The Id of the APNSChannel resource. |
apnsChannelId
Type:
string
The Id of the APNSChannel resource.

.NET
Go
Java
Python
TypeScript