Show / Hide Table of Contents

Class CfnADMChannelPropsMixin

A channel is a type of platform that you can deliver messages to.

Inheritance
object
Mixin
CfnADMChannelPropsMixin
Implements
IMixin
Inherited Members
Mixin.IsMixin(object)
Namespace: Amazon.CDK.Mixins.Preview.AWS.Pinpoint.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnADMChannelPropsMixin : Mixin, IMixin
Syntax (vb)
Public Class CfnADMChannelPropsMixin Inherits Mixin Implements IMixin
Remarks

You can use the ADM channel to send push notifications through the Amazon Device Messaging (ADM) service to apps that run on Amazon devices, such as Kindle Fire tablets. Before you can use Amazon Pinpoint to send messages to Amazon devices, you have to enable the ADM channel for an Amazon Pinpoint application.

The ADMChannel resource represents the status and authentication settings for the ADM channel for an application.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-admchannel.html

CloudformationResource: AWS::Pinpoint::ADMChannel

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.Mixins.Preview.Mixins;
             using Amazon.CDK.Mixins.Preview.AWS.Pinpoint.Mixins;

             var cfnADMChannelPropsMixin = new CfnADMChannelPropsMixin(new CfnADMChannelMixinProps {
                 ApplicationId = "applicationId",
                 ClientId = "clientId",
                 ClientSecret = "clientSecret",
                 Enabled = false
             }, new CfnPropertyMixinOptions {
                 Strategy = PropertyMergeStrategy.OVERRIDE
             });

Synopsis

Constructors

CfnADMChannelPropsMixin(ICfnADMChannelMixinProps, ICfnPropertyMixinOptions?)

Create a mixin to apply properties to AWS::Pinpoint::ADMChannel.

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

CfnADMChannelPropsMixin(ICfnADMChannelMixinProps, ICfnPropertyMixinOptions?)

Create a mixin to apply properties to AWS::Pinpoint::ADMChannel.

public CfnADMChannelPropsMixin(ICfnADMChannelMixinProps props, ICfnPropertyMixinOptions? options = null)
Parameters
props ICfnADMChannelMixinProps

L1 properties to apply.

options ICfnPropertyMixinOptions

Mixin options.

Remarks

You can use the ADM channel to send push notifications through the Amazon Device Messaging (ADM) service to apps that run on Amazon devices, such as Kindle Fire tablets. Before you can use Amazon Pinpoint to send messages to Amazon devices, you have to enable the ADM channel for an Amazon Pinpoint application.

The ADMChannel resource represents the status and authentication settings for the ADM channel for an application.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-admchannel.html

CloudformationResource: AWS::Pinpoint::ADMChannel

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 ADM channel to send push notifications through the Amazon Device Messaging (ADM) service to apps that run on Amazon devices, such as Kindle Fire tablets. Before you can use Amazon Pinpoint to send messages to Amazon devices, you have to enable the ADM channel for an Amazon Pinpoint application.

The ADMChannel resource represents the status and authentication settings for the ADM channel for an application.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-admchannel.html

CloudformationResource: AWS::Pinpoint::ADMChannel

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.Mixins.Preview.Mixins;
             using Amazon.CDK.Mixins.Preview.AWS.Pinpoint.Mixins;

             var cfnADMChannelPropsMixin = new CfnADMChannelPropsMixin(new CfnADMChannelMixinProps {
                 ApplicationId = "applicationId",
                 ClientId = "clientId",
                 ClientSecret = "clientSecret",
                 Enabled = false
             }, new CfnPropertyMixinOptions {
                 Strategy = PropertyMergeStrategy.OVERRIDE
             });

Props

A channel is a type of platform that you can deliver messages to.

protected virtual ICfnADMChannelMixinProps Props { get; }
Property Value

ICfnADMChannelMixinProps

Remarks

You can use the ADM channel to send push notifications through the Amazon Device Messaging (ADM) service to apps that run on Amazon devices, such as Kindle Fire tablets. Before you can use Amazon Pinpoint to send messages to Amazon devices, you have to enable the ADM channel for an Amazon Pinpoint application.

The ADMChannel resource represents the status and authentication settings for the ADM channel for an application.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-admchannel.html

CloudformationResource: AWS::Pinpoint::ADMChannel

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.Mixins.Preview.Mixins;
             using Amazon.CDK.Mixins.Preview.AWS.Pinpoint.Mixins;

             var cfnADMChannelPropsMixin = new CfnADMChannelPropsMixin(new CfnADMChannelMixinProps {
                 ApplicationId = "applicationId",
                 ClientId = "clientId",
                 ClientSecret = "clientSecret",
                 Enabled = false
             }, new CfnPropertyMixinOptions {
                 Strategy = PropertyMergeStrategy.OVERRIDE
             });

Strategy

A channel is a type of platform that you can deliver messages to.

protected virtual PropertyMergeStrategy Strategy { get; }
Property Value

PropertyMergeStrategy

Remarks

You can use the ADM channel to send push notifications through the Amazon Device Messaging (ADM) service to apps that run on Amazon devices, such as Kindle Fire tablets. Before you can use Amazon Pinpoint to send messages to Amazon devices, you have to enable the ADM channel for an Amazon Pinpoint application.

The ADMChannel resource represents the status and authentication settings for the ADM channel for an application.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-admchannel.html

CloudformationResource: AWS::Pinpoint::ADMChannel

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.Mixins.Preview.Mixins;
             using Amazon.CDK.Mixins.Preview.AWS.Pinpoint.Mixins;

             var cfnADMChannelPropsMixin = new CfnADMChannelPropsMixin(new CfnADMChannelMixinProps {
                 ApplicationId = "applicationId",
                 ClientId = "clientId",
                 ClientSecret = "clientSecret",
                 Enabled = false
             }, new CfnPropertyMixinOptions {
                 Strategy = PropertyMergeStrategy.OVERRIDE
             });

Methods

ApplyTo(IConstruct)

Apply the mixin properties to the construct.

public override IConstruct ApplyTo(IConstruct construct)
Parameters
construct IConstruct
Returns

IConstruct

Overrides
Mixin.ApplyTo(IConstruct)
Remarks

You can use the ADM channel to send push notifications through the Amazon Device Messaging (ADM) service to apps that run on Amazon devices, such as Kindle Fire tablets. Before you can use Amazon Pinpoint to send messages to Amazon devices, you have to enable the ADM channel for an Amazon Pinpoint application.

The ADMChannel resource represents the status and authentication settings for the ADM channel for an application.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-admchannel.html

CloudformationResource: AWS::Pinpoint::ADMChannel

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

bool

Overrides
Mixin.Supports(IConstruct)
Remarks

You can use the ADM channel to send push notifications through the Amazon Device Messaging (ADM) service to apps that run on Amazon devices, such as Kindle Fire tablets. Before you can use Amazon Pinpoint to send messages to Amazon devices, you have to enable the ADM channel for an Amazon Pinpoint application.

The ADMChannel resource represents the status and authentication settings for the ADM channel for an application.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-admchannel.html

CloudformationResource: AWS::Pinpoint::ADMChannel

Mixin: true

ExampleMetadata: fixture=_generated

Implements

IMixin
Back to top Generated by DocFX