interface PushTemplateReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Pinpoint.PushTemplateReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awspinpoint#PushTemplateReference |
![]() | software.amazon.awscdk.services.pinpoint.PushTemplateReference |
![]() | aws_cdk.aws_pinpoint.PushTemplateReference |
![]() | aws-cdk-lib » aws_pinpoint » PushTemplateReference |
A reference to a PushTemplate 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 pushTemplateReference: pinpoint.PushTemplateReference = {
pushTemplateArn: 'pushTemplateArn',
pushTemplateId: 'pushTemplateId',
};
Properties
Name | Type | Description |
---|---|---|
push | string | The ARN of the PushTemplate resource. |
push | string | The Id of the PushTemplate resource. |
pushTemplateArn
Type:
string
The ARN of the PushTemplate resource.
pushTemplateId
Type:
string
The Id of the PushTemplate resource.