Show / Hide Table of Contents

Class CfnBaiduChannel

A channel is a type of platform that you can deliver messages to.

Inheritance
object
CfnElement
CfnRefElement
CfnResource
CfnBaiduChannel
Implements
IInspectable
IBaiduChannelRef
IConstruct
IDependable
IEnvironmentAware
Inherited Members
CfnResource.IsCfnResource(object)
CfnResource.AddDeletionOverride(string)
CfnResource.AddDependency(CfnResource)
CfnResource.AddDependsOn(CfnResource)
CfnResource.AddMetadata(string, object)
CfnResource.AddOverride(string, object)
CfnResource.AddPropertyDeletionOverride(string)
CfnResource.AddPropertyOverride(string, object)
CfnResource.ApplyCrossStackReferenceStrength(ReferenceStrength)
CfnResource.ApplyRemovalPolicy(RemovalPolicy?, IRemovalPolicyOptions)
CfnResource.CfnPropertyName(string)
CfnResource.GetAtt(string, ResolutionTypeHint?)
CfnResource.GetMetadata(string)
CfnResource.ObtainDependencies()
CfnResource.ObtainResourceDependencies()
CfnResource.RemoveDependency(CfnResource)
CfnResource.ReplaceDependency(CfnResource, CfnResource)
CfnResource.ShouldSynthesize()
CfnResource.ToString()
CfnResource.ValidateProperties(object)
CfnResource.CfnOptions
CfnResource.CfnResourceType
CfnResource.Env
CfnResource.UpdatedProperites
CfnResource.UpdatedProperties
CfnRefElement.Ref
CfnElement.IsCfnElement(object)
CfnElement.OverrideLogicalId(string)
CfnElement.With(params IMixin[])
CfnElement.CreationStack
CfnElement.LogicalId
CfnElement.Stack
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.

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

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 AWS::Pinpoint::BaiduChannel.

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.

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

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

string

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.

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

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

string

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.

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

CloudformationResource: AWS::Pinpoint::BaiduChannel

ExampleMetadata: fixture=_generated

AttrId

(Deprecated) An identifier for the Baidu channel.

public virtual string AttrId { get; }
Property Value

string

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

IBaiduChannelReference

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.

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

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

string

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.

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

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

IDictionary<string, object>

Overrides
CfnResource.CfnProperties
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.

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

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

IDictionary<string, string>

Overrides
CfnResource.CfnPropertyNames
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.

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

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

object

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

string

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.

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

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.

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

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

bool

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.

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

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

IDictionary<string, object>

Overrides
CfnResource.RenderProperties(IDictionary<string, object>)
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.

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

CloudformationResource: AWS::Pinpoint::BaiduChannel

ExampleMetadata: fixture=_generated

Implements

IInspectable
IBaiduChannelRef
Constructs.IConstruct
Constructs.IDependable
IEnvironmentAware
Back to top Generated by DocFX