Show / Hide Table of Contents

Interface IAPNSVoipChannelReference

A reference to a APNSVoipChannel resource.

Namespace: Amazon.CDK.Interfaces.Pinpoint
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IAPNSVoipChannelReference
Syntax (vb)
Public Interface IAPNSVoipChannelReference
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 aPNSVoipChannelReference = new APNSVoipChannelReference {
                ApnsVoipChannelId = "apnsVoipChannelId"
            };

Synopsis

Properties

ApnsVoipChannelId

The Id of the APNSVoipChannel resource.

Properties

ApnsVoipChannelId

The Id of the APNSVoipChannel resource.

string ApnsVoipChannelId { get; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Back to top Generated by DocFX