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
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
System.String
Remarks
ApplicationId
The unique identifier for the Amazon Pinpoint application that you're configuring the Baidu channel for.
string ApplicationId { get; }
Property Value
System.String
Remarks
Enabled
Specifies whether to enable the Baidu channel for the application.
virtual object Enabled { get; }
Property Value
System.Object
Remarks
SecretKey
The secret key that you received from the Baidu Cloud Push service to communicate with the service.
string SecretKey { get; }
Property Value
System.String