Interface IAPNSSandboxChannelReference
A reference to a APNSSandboxChannel resource.
Namespace: Amazon.CDK.Interfaces.Pinpoint
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IAPNSSandboxChannelReference
Syntax (vb)
Public Interface IAPNSSandboxChannelReference
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 aPNSSandboxChannelReference = new APNSSandboxChannelReference {
ApnsSandboxChannelId = "apnsSandboxChannelId"
};
Synopsis
Properties
| ApnsSandboxChannelId | The Id of the APNSSandboxChannel resource. |
Properties
ApnsSandboxChannelId
The Id of the APNSSandboxChannel resource.
string ApnsSandboxChannelId { get; }
Property Value
Remarks
ExampleMetadata: fixture=_generated