Class CfnBaiduChannelProps
Properties for defining a CfnBaiduChannel
.
Inheritance
Implements
Namespace: Amazon.CDK.AWS.Pinpoint
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnBaiduChannelProps : Object, ICfnBaiduChannelProps
Syntax (vb)
Public Class CfnBaiduChannelProps
Inherits Object
Implements ICfnBaiduChannelProps
Remarks
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
Constructors
CfnBaiduChannelProps() |
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. |
Constructors
CfnBaiduChannelProps()
public CfnBaiduChannelProps()
Properties
ApiKey
The API key that you received from the Baidu Cloud Push service to communicate with the service.
public string ApiKey { get; set; }
Property Value
System.String
Remarks
ApplicationId
The unique identifier for the Amazon Pinpoint application that you're configuring the Baidu channel for.
public string ApplicationId { get; set; }
Property Value
System.String
Remarks
Enabled
Specifies whether to enable the Baidu channel for the application.
public object Enabled { get; set; }
Property Value
System.Object
Remarks
SecretKey
The secret key that you received from the Baidu Cloud Push service to communicate with the service.
public string SecretKey { get; set; }
Property Value
System.String