Show / Hide Table of Contents

Interface IInAppTemplateReference

A reference to a InAppTemplate resource.

Namespace: Amazon.CDK.Interfaces.Pinpoint
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IInAppTemplateReference
Syntax (vb)
Public Interface IInAppTemplateReference
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 inAppTemplateReference = new InAppTemplateReference {
                InAppTemplateArn = "inAppTemplateArn",
                TemplateName = "templateName"
            };

Synopsis

Properties

InAppTemplateArn

The ARN of the InAppTemplate resource.

TemplateName

The TemplateName of the InAppTemplate resource.

Properties

InAppTemplateArn

The ARN of the InAppTemplate resource.

string InAppTemplateArn { get; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

TemplateName

The TemplateName of the InAppTemplate resource.

string TemplateName { get; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Back to top Generated by DocFX