Class BaiduChannelReference
A reference to a BaiduChannel resource.
Implements
Inherited Members
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
Remarks
ExampleMetadata: fixture=_generated