Show / Hide Table of Contents

Interface ICfnADMChannelProps

Properties for defining a CfnADMChannel.

Namespace: Amazon.CDK.AWS.Pinpoint
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ICfnADMChannelProps
Syntax (vb)
Public Interface ICfnADMChannelProps
Remarks

See: 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

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.

Properties

ApplicationId

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

string ApplicationId { get; }
Property Value

string

Remarks

See: 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.

string ClientId { get; }
Property Value

string

Remarks

See: 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.

string ClientSecret { get; }
Property Value

string

Remarks

See: 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.

object? Enabled { get; }
Property Value

object

Remarks

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

Type union: either bool or IResolvable

Back to top Generated by DocFX