Class CfnBaiduChannel
A channel is a type of platform that you can deliver messages to.
Inherited Members
Namespace: Amazon.CDK.AWS.Pinpoint
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnBaiduChannel : CfnResource, IInspectable, IBaiduChannelRef, IConstruct, IDependable, IEnvironmentAware
Syntax (vb)
Public Class CfnBaiduChannel Inherits CfnResource Implements IInspectable, IBaiduChannelRef, IConstruct, IDependable, IEnvironmentAware
Remarks
You can use the Baidu channel to send notifications to the Baidu Cloud Push notification service. Before you can use Amazon Pinpoint to send notifications to the Baidu Cloud Push service, you have to enable the Baidu channel for an Amazon Pinpoint application.
The BaiduChannel resource represents the status and authentication settings of the Baidu channel for an application.
CloudformationResource: AWS::Pinpoint::BaiduChannel
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 cfnBaiduChannel = new CfnBaiduChannel(this, "MyCfnBaiduChannel", new CfnBaiduChannelProps {
ApiKey = "apiKey",
ApplicationId = "applicationId",
SecretKey = "secretKey",
// the properties below are optional
Enabled = false
});
Synopsis
Constructors
| CfnBaiduChannel(Construct, string, ICfnBaiduChannelProps) | Create a new |
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. |
| AttrId | (Deprecated) An identifier for the Baidu channel. |
| BaiduChannelRef | A reference to a BaiduChannel resource. |
| CFN_RESOURCE_TYPE_NAME | The CloudFormation resource type name for this resource class. |
| CfnProperties | A channel is a type of platform that you can deliver messages to. |
| CfnPropertyNames | A channel is a type of platform that you can deliver messages to. |
| 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. |
Methods
| Inspect(TreeInspector) | Examines the CloudFormation resource and discloses attributes. |
| IsCfnBaiduChannel(object) | Checks whether the given object is a CfnBaiduChannel. |
| RenderProperties(IDictionary<string, object>) | A channel is a type of platform that you can deliver messages to. |
Constructors
CfnBaiduChannel(Construct, string, ICfnBaiduChannelProps)
Create a new AWS::Pinpoint::BaiduChannel.
public CfnBaiduChannel(Construct scope, string id, ICfnBaiduChannelProps props)
Parameters
- scope Construct
Scope in which this resource is defined.
- id string
Construct identifier for this resource (unique in its scope).
- props ICfnBaiduChannelProps
Resource properties.
Remarks
You can use the Baidu channel to send notifications to the Baidu Cloud Push notification service. Before you can use Amazon Pinpoint to send notifications to the Baidu Cloud Push service, you have to enable the Baidu channel for an Amazon Pinpoint application.
The BaiduChannel resource represents the status and authentication settings of the Baidu channel for an application.
CloudformationResource: AWS::Pinpoint::BaiduChannel
ExampleMetadata: fixture=_generated
Properties
ApiKey
The API key that you received from the Baidu Cloud Push service to communicate with the service.
public virtual string ApiKey { get; set; }
Property Value
Remarks
You can use the Baidu channel to send notifications to the Baidu Cloud Push notification service. Before you can use Amazon Pinpoint to send notifications to the Baidu Cloud Push service, you have to enable the Baidu channel for an Amazon Pinpoint application.
The BaiduChannel resource represents the status and authentication settings of the Baidu channel for an application.
CloudformationResource: AWS::Pinpoint::BaiduChannel
ExampleMetadata: fixture=_generated
ApplicationId
The unique identifier for the Amazon Pinpoint application that you're configuring the Baidu channel for.
public virtual string ApplicationId { get; set; }
Property Value
Remarks
You can use the Baidu channel to send notifications to the Baidu Cloud Push notification service. Before you can use Amazon Pinpoint to send notifications to the Baidu Cloud Push service, you have to enable the Baidu channel for an Amazon Pinpoint application.
The BaiduChannel resource represents the status and authentication settings of the Baidu channel for an application.
CloudformationResource: AWS::Pinpoint::BaiduChannel
ExampleMetadata: fixture=_generated
AttrId
(Deprecated) An identifier for the Baidu channel.
public virtual string AttrId { get; }
Property Value
Remarks
This property is retained only for backward compatibility.
CloudformationAttribute: Id
BaiduChannelRef
A reference to a BaiduChannel resource.
public virtual IBaiduChannelReference BaiduChannelRef { get; }
Property Value
Remarks
You can use the Baidu channel to send notifications to the Baidu Cloud Push notification service. Before you can use Amazon Pinpoint to send notifications to the Baidu Cloud Push service, you have to enable the Baidu channel for an Amazon Pinpoint application.
The BaiduChannel resource represents the status and authentication settings of the Baidu channel for an application.
CloudformationResource: AWS::Pinpoint::BaiduChannel
ExampleMetadata: fixture=_generated
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
public static string CFN_RESOURCE_TYPE_NAME { get; }
Property Value
Remarks
You can use the Baidu channel to send notifications to the Baidu Cloud Push notification service. Before you can use Amazon Pinpoint to send notifications to the Baidu Cloud Push service, you have to enable the Baidu channel for an Amazon Pinpoint application.
The BaiduChannel resource represents the status and authentication settings of the Baidu channel for an application.
CloudformationResource: AWS::Pinpoint::BaiduChannel
ExampleMetadata: fixture=_generated
CfnProperties
A channel is a type of platform that you can deliver messages to.
protected override IDictionary<string, object> CfnProperties { get; }
Property Value
Overrides
Remarks
You can use the Baidu channel to send notifications to the Baidu Cloud Push notification service. Before you can use Amazon Pinpoint to send notifications to the Baidu Cloud Push service, you have to enable the Baidu channel for an Amazon Pinpoint application.
The BaiduChannel resource represents the status and authentication settings of the Baidu channel for an application.
CloudformationResource: AWS::Pinpoint::BaiduChannel
ExampleMetadata: fixture=_generated
CfnPropertyNames
A channel is a type of platform that you can deliver messages to.
protected override IDictionary<string, string> CfnPropertyNames { get; }
Property Value
Overrides
Remarks
You can use the Baidu channel to send notifications to the Baidu Cloud Push notification service. Before you can use Amazon Pinpoint to send notifications to the Baidu Cloud Push service, you have to enable the Baidu channel for an Amazon Pinpoint application.
The BaiduChannel resource represents the status and authentication settings of the Baidu channel for an application.
CloudformationResource: AWS::Pinpoint::BaiduChannel
ExampleMetadata: fixture=_generated
Enabled
Specifies whether to enable the Baidu channel for the application.
public virtual object? Enabled { get; set; }
Property Value
Remarks
Type union: either bool or IResolvable
SecretKey
The secret key that you received from the Baidu Cloud Push service to communicate with the service.
public virtual string SecretKey { get; set; }
Property Value
Remarks
You can use the Baidu channel to send notifications to the Baidu Cloud Push notification service. Before you can use Amazon Pinpoint to send notifications to the Baidu Cloud Push service, you have to enable the Baidu channel for an Amazon Pinpoint application.
The BaiduChannel resource represents the status and authentication settings of the Baidu channel for an application.
CloudformationResource: AWS::Pinpoint::BaiduChannel
ExampleMetadata: fixture=_generated
Methods
Inspect(TreeInspector)
Examines the CloudFormation resource and discloses attributes.
public virtual void Inspect(TreeInspector inspector)
Parameters
- inspector TreeInspector
tree inspector to collect and process attributes.
Remarks
You can use the Baidu channel to send notifications to the Baidu Cloud Push notification service. Before you can use Amazon Pinpoint to send notifications to the Baidu Cloud Push service, you have to enable the Baidu channel for an Amazon Pinpoint application.
The BaiduChannel resource represents the status and authentication settings of the Baidu channel for an application.
CloudformationResource: AWS::Pinpoint::BaiduChannel
ExampleMetadata: fixture=_generated
IsCfnBaiduChannel(object)
Checks whether the given object is a CfnBaiduChannel.
public static bool IsCfnBaiduChannel(object x)
Parameters
- x object
Returns
Remarks
You can use the Baidu channel to send notifications to the Baidu Cloud Push notification service. Before you can use Amazon Pinpoint to send notifications to the Baidu Cloud Push service, you have to enable the Baidu channel for an Amazon Pinpoint application.
The BaiduChannel resource represents the status and authentication settings of the Baidu channel for an application.
CloudformationResource: AWS::Pinpoint::BaiduChannel
ExampleMetadata: fixture=_generated
RenderProperties(IDictionary<string, object>)
A channel is a type of platform that you can deliver messages to.
protected override IDictionary<string, object> RenderProperties(IDictionary<string, object> props)
Parameters
- props IDictionary<string, object>
Returns
Overrides
Remarks
You can use the Baidu channel to send notifications to the Baidu Cloud Push notification service. Before you can use Amazon Pinpoint to send notifications to the Baidu Cloud Push service, you have to enable the Baidu channel for an Amazon Pinpoint application.
The BaiduChannel resource represents the status and authentication settings of the Baidu channel for an application.
CloudformationResource: AWS::Pinpoint::BaiduChannel
ExampleMetadata: fixture=_generated