Show / Hide Table of Contents

Class BaiduChannelState

Inheritance
System.Object
InputArgs
ResourceArgs
BaiduChannelState
Inherited Members
ResourceArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.Pinpoint
Assembly: Pulumi.Aws.dll
Syntax
public sealed class BaiduChannelState : ResourceArgs

Constructors

View Source

BaiduChannelState()

Declaration
public BaiduChannelState()

Properties

View Source

ApiKey

Platform credential API key from Baidu.

Declaration
public Input<string> ApiKey { get; set; }
Property Value
Type Description
Input<System.String>
View Source

ApplicationId

The application ID.

Declaration
public Input<string> ApplicationId { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Enabled

Specifies whether to enable the channel. Defaults to true.

Declaration
public Input<bool> Enabled { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

SecretKey

Platform credential Secret key from Baidu.

Declaration
public Input<string> SecretKey { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.