Class CfnAPNSVoipSandboxChannelPropsMixin
A channel is a type of platform that you can deliver messages to.
Implements
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.Pinpoint
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnAPNSVoipSandboxChannelPropsMixin : Mixin, IMixin
Syntax (vb)
Public Class CfnAPNSVoipSandboxChannelPropsMixin Inherits Mixin Implements IMixin
Remarks
You can use the APNs VoIP sandbox channel to send VoIP notification messages to the sandbox environment of the Apple Push Notification service (APNs). Before you can use Amazon Pinpoint to send VoIP notifications to the APNs sandbox environment, you have to enable the APNs VoIP sandbox channel for an Amazon Pinpoint application.
The APNSVoipSandboxChannel resource represents the status and authentication settings of the APNs VoIP sandbox channel for an application.
CloudformationResource: AWS::Pinpoint::APNSVoipSandboxChannel
Mixin: true
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.CfnPropertyMixins.AWS.Pinpoint;
using Amazon.CDK;
IMergeStrategy mergeStrategy;
var cfnAPNSVoipSandboxChannelPropsMixin = new CfnAPNSVoipSandboxChannelPropsMixin(new CfnAPNSVoipSandboxChannelMixinProps {
ApplicationId = "applicationId",
BundleId = "bundleId",
Certificate = "certificate",
DefaultAuthenticationMethod = "defaultAuthenticationMethod",
Enabled = false,
PrivateKey = "privateKey",
TeamId = "teamId",
TokenKey = "tokenKey",
TokenKeyId = "tokenKeyId"
}, new CfnPropertyMixinOptions {
Strategy = mergeStrategy
});
Synopsis
Constructors
| CfnAPNSVoipSandboxChannelPropsMixin(ICfnAPNSVoipSandboxChannelMixinProps, ICfnPropertyMixinOptions?) | Create a mixin to apply properties to |
Properties
| CFN_PROPERTY_KEYS | A channel is a type of platform that you can deliver messages to. |
| Props | A channel is a type of platform that you can deliver messages to. |
| Strategy | A channel is a type of platform that you can deliver messages to. |
Methods
| ApplyTo(IConstruct) | Apply the mixin properties to the construct. |
| Supports(IConstruct) | Check if this mixin supports the given construct. |
Constructors
CfnAPNSVoipSandboxChannelPropsMixin(ICfnAPNSVoipSandboxChannelMixinProps, ICfnPropertyMixinOptions?)
Create a mixin to apply properties to AWS::Pinpoint::APNSVoipSandboxChannel.
public CfnAPNSVoipSandboxChannelPropsMixin(ICfnAPNSVoipSandboxChannelMixinProps props, ICfnPropertyMixinOptions? options = null)
Parameters
- props ICfnAPNSVoipSandboxChannelMixinProps
L1 properties to apply.
- options ICfnPropertyMixinOptions
Mixin options.
Remarks
You can use the APNs VoIP sandbox channel to send VoIP notification messages to the sandbox environment of the Apple Push Notification service (APNs). Before you can use Amazon Pinpoint to send VoIP notifications to the APNs sandbox environment, you have to enable the APNs VoIP sandbox channel for an Amazon Pinpoint application.
The APNSVoipSandboxChannel resource represents the status and authentication settings of the APNs VoIP sandbox channel for an application.
CloudformationResource: AWS::Pinpoint::APNSVoipSandboxChannel
Mixin: true
ExampleMetadata: fixture=_generated
Properties
CFN_PROPERTY_KEYS
A channel is a type of platform that you can deliver messages to.
protected static string[] CFN_PROPERTY_KEYS { get; }
Property Value
string[]
Remarks
You can use the APNs VoIP sandbox channel to send VoIP notification messages to the sandbox environment of the Apple Push Notification service (APNs). Before you can use Amazon Pinpoint to send VoIP notifications to the APNs sandbox environment, you have to enable the APNs VoIP sandbox channel for an Amazon Pinpoint application.
The APNSVoipSandboxChannel resource represents the status and authentication settings of the APNs VoIP sandbox channel for an application.
CloudformationResource: AWS::Pinpoint::APNSVoipSandboxChannel
Mixin: true
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.CfnPropertyMixins.AWS.Pinpoint;
using Amazon.CDK;
IMergeStrategy mergeStrategy;
var cfnAPNSVoipSandboxChannelPropsMixin = new CfnAPNSVoipSandboxChannelPropsMixin(new CfnAPNSVoipSandboxChannelMixinProps {
ApplicationId = "applicationId",
BundleId = "bundleId",
Certificate = "certificate",
DefaultAuthenticationMethod = "defaultAuthenticationMethod",
Enabled = false,
PrivateKey = "privateKey",
TeamId = "teamId",
TokenKey = "tokenKey",
TokenKeyId = "tokenKeyId"
}, new CfnPropertyMixinOptions {
Strategy = mergeStrategy
});
Props
A channel is a type of platform that you can deliver messages to.
protected virtual ICfnAPNSVoipSandboxChannelMixinProps Props { get; }
Property Value
ICfnAPNSVoipSandboxChannelMixinProps
Remarks
You can use the APNs VoIP sandbox channel to send VoIP notification messages to the sandbox environment of the Apple Push Notification service (APNs). Before you can use Amazon Pinpoint to send VoIP notifications to the APNs sandbox environment, you have to enable the APNs VoIP sandbox channel for an Amazon Pinpoint application.
The APNSVoipSandboxChannel resource represents the status and authentication settings of the APNs VoIP sandbox channel for an application.
CloudformationResource: AWS::Pinpoint::APNSVoipSandboxChannel
Mixin: true
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.CfnPropertyMixins.AWS.Pinpoint;
using Amazon.CDK;
IMergeStrategy mergeStrategy;
var cfnAPNSVoipSandboxChannelPropsMixin = new CfnAPNSVoipSandboxChannelPropsMixin(new CfnAPNSVoipSandboxChannelMixinProps {
ApplicationId = "applicationId",
BundleId = "bundleId",
Certificate = "certificate",
DefaultAuthenticationMethod = "defaultAuthenticationMethod",
Enabled = false,
PrivateKey = "privateKey",
TeamId = "teamId",
TokenKey = "tokenKey",
TokenKeyId = "tokenKeyId"
}, new CfnPropertyMixinOptions {
Strategy = mergeStrategy
});
Strategy
A channel is a type of platform that you can deliver messages to.
protected virtual IMergeStrategy Strategy { get; }
Property Value
Remarks
You can use the APNs VoIP sandbox channel to send VoIP notification messages to the sandbox environment of the Apple Push Notification service (APNs). Before you can use Amazon Pinpoint to send VoIP notifications to the APNs sandbox environment, you have to enable the APNs VoIP sandbox channel for an Amazon Pinpoint application.
The APNSVoipSandboxChannel resource represents the status and authentication settings of the APNs VoIP sandbox channel for an application.
CloudformationResource: AWS::Pinpoint::APNSVoipSandboxChannel
Mixin: true
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.CfnPropertyMixins.AWS.Pinpoint;
using Amazon.CDK;
IMergeStrategy mergeStrategy;
var cfnAPNSVoipSandboxChannelPropsMixin = new CfnAPNSVoipSandboxChannelPropsMixin(new CfnAPNSVoipSandboxChannelMixinProps {
ApplicationId = "applicationId",
BundleId = "bundleId",
Certificate = "certificate",
DefaultAuthenticationMethod = "defaultAuthenticationMethod",
Enabled = false,
PrivateKey = "privateKey",
TeamId = "teamId",
TokenKey = "tokenKey",
TokenKeyId = "tokenKeyId"
}, new CfnPropertyMixinOptions {
Strategy = mergeStrategy
});
Methods
ApplyTo(IConstruct)
Apply the mixin properties to the construct.
public override void ApplyTo(IConstruct construct)
Parameters
- construct IConstruct
Overrides
Remarks
You can use the APNs VoIP sandbox channel to send VoIP notification messages to the sandbox environment of the Apple Push Notification service (APNs). Before you can use Amazon Pinpoint to send VoIP notifications to the APNs sandbox environment, you have to enable the APNs VoIP sandbox channel for an Amazon Pinpoint application.
The APNSVoipSandboxChannel resource represents the status and authentication settings of the APNs VoIP sandbox channel for an application.
CloudformationResource: AWS::Pinpoint::APNSVoipSandboxChannel
Mixin: true
ExampleMetadata: fixture=_generated
Supports(IConstruct)
Check if this mixin supports the given construct.
public override bool Supports(IConstruct construct)
Parameters
- construct IConstruct
Returns
Overrides
Remarks
You can use the APNs VoIP sandbox channel to send VoIP notification messages to the sandbox environment of the Apple Push Notification service (APNs). Before you can use Amazon Pinpoint to send VoIP notifications to the APNs sandbox environment, you have to enable the APNs VoIP sandbox channel for an Amazon Pinpoint application.
The APNSVoipSandboxChannel resource represents the status and authentication settings of the APNs VoIP sandbox channel for an application.
CloudformationResource: AWS::Pinpoint::APNSVoipSandboxChannel
Mixin: true
ExampleMetadata: fixture=_generated