Show / Hide Table of Contents

Class BaiduChannelReference

A reference to a BaiduChannel resource.

Inheritance
object
BaiduChannelReference
Implements
IBaiduChannelReference
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.Pinpoint
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class BaiduChannelReference : IBaiduChannelReference
Syntax (vb)
Public Class BaiduChannelReference Implements IBaiduChannelReference
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 baiduChannelReference = new BaiduChannelReference {
                BaiduChannelId = "baiduChannelId"
            };

Synopsis

Constructors

BaiduChannelReference()

A reference to a BaiduChannel resource.

Properties

BaiduChannelId

The Id of the BaiduChannel resource.

Constructors

BaiduChannelReference()

A reference to a BaiduChannel resource.

public BaiduChannelReference()
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 baiduChannelReference = new BaiduChannelReference {
                BaiduChannelId = "baiduChannelId"
            };

Properties

BaiduChannelId

The Id of the BaiduChannel resource.

public string BaiduChannelId { get; set; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Implements

IBaiduChannelReference
Back to top Generated by DocFX