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