Show / Hide Table of Contents

Interface ICfnBaiduChannelProps

Properties for defining a CfnBaiduChannel.

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-baiduchannel.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 cfnBaiduChannelProps = new CfnBaiduChannelProps {
                 ApiKey = "apiKey",
                 ApplicationId = "applicationId",
                 SecretKey = "secretKey",

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

Synopsis

Properties

ApiKey

The API key that you received from the Baidu Cloud Push service to communicate with the service.

ApplicationId

The unique identifier for the Amazon Pinpoint application that you're configuring the Baidu channel for.

Enabled

Specifies whether to enable the Baidu channel for the application.

SecretKey

The secret key that you received from the Baidu Cloud Push service to communicate with the service.

Properties

ApiKey

The API key that you received from the Baidu Cloud Push service to communicate with the service.

string ApiKey { get; }
Property Value

string

Remarks

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

ApplicationId

The unique identifier for the Amazon Pinpoint application that you're configuring the Baidu channel for.

string ApplicationId { get; }
Property Value

string

Remarks

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

Enabled

Specifies whether to enable the Baidu channel for the application.

object? Enabled { get; }
Property Value

object

Remarks

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

Type union: either bool or IResolvable

SecretKey

The secret key that you received from the Baidu Cloud Push service to communicate with the service.

string SecretKey { get; }
Property Value

string

Remarks

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

Back to top Generated by DocFX