Interface IPushTemplateReference
A reference to a PushTemplate resource.
Namespace: Amazon.CDK.Interfaces.Pinpoint
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IPushTemplateReference
Syntax (vb)
Public Interface IPushTemplateReference
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Interfaces.Pinpoint;
var pushTemplateReference = new PushTemplateReference {
PushTemplateArn = "pushTemplateArn",
PushTemplateId = "pushTemplateId"
};
Synopsis
Properties
| PushTemplateArn | The ARN of the PushTemplate resource. |
| PushTemplateId | The Id of the PushTemplate resource. |
Properties
PushTemplateArn
The ARN of the PushTemplate resource.
string PushTemplateArn { get; }
Property Value
Remarks
ExampleMetadata: fixture=_generated
PushTemplateId
The Id of the PushTemplate resource.
string PushTemplateId { get; }
Property Value
Remarks
ExampleMetadata: fixture=_generated