Show / Hide Table of Contents

Class CfnADMChannelProps

Properties for defining a CfnADMChannel.

Inheritance
System.Object
CfnADMChannelProps
Implements
ICfnADMChannelProps
Namespace: Amazon.CDK.AWS.Pinpoint
Assembly: Amazon.CDK.AWS.Pinpoint.dll
Syntax (csharp)
public class CfnADMChannelProps : Object, ICfnADMChannelProps
Syntax (vb)
Public Class CfnADMChannelProps
    Inherits Object
    Implements ICfnADMChannelProps
Remarks

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

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.AWS.Pinpoint;

var cfnADMChannelProps = new CfnADMChannelProps {
    ApplicationId = "applicationId",
    ClientId = "clientId",
    ClientSecret = "clientSecret",

    // the properties below are optional
    Enabled = false
};

Synopsis

Constructors

CfnADMChannelProps()

Properties

ApplicationId

The unique identifier for the Amazon Pinpoint application that the ADM channel applies to.

ClientId

The Client ID that you received from Amazon to send messages by using ADM.

ClientSecret

The Client Secret that you received from Amazon to send messages by using ADM.

Enabled

Specifies whether to enable the ADM channel for the application.

Constructors

CfnADMChannelProps()

public CfnADMChannelProps()

Properties

ApplicationId

The unique identifier for the Amazon Pinpoint application that the ADM channel applies to.

public string ApplicationId { get; set; }
Property Value

System.String

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-admchannel.html#cfn-pinpoint-admchannel-applicationid

ClientId

The Client ID that you received from Amazon to send messages by using ADM.

public string ClientId { get; set; }
Property Value

System.String

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-admchannel.html#cfn-pinpoint-admchannel-clientid

ClientSecret

The Client Secret that you received from Amazon to send messages by using ADM.

public string ClientSecret { get; set; }
Property Value

System.String

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-admchannel.html#cfn-pinpoint-admchannel-clientsecret

Enabled

Specifies whether to enable the ADM channel for the application.

public object Enabled { get; set; }
Property Value

System.Object

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-admchannel.html#cfn-pinpoint-admchannel-enabled

Implements

ICfnADMChannelProps
Back to top Generated by DocFX