Class AdmChannelArgs
Inherited Members
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 AdmChannelArgs : ResourceArgs
Constructors
View SourceAdmChannelArgs()
Declaration
public AdmChannelArgs()
Properties
View SourceApplicationId
The application ID.
Declaration
public Input<string> ApplicationId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ClientId
Client ID (part of OAuth Credentials) obtained via Amazon Developer Account.
Declaration
public Input<string> ClientId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ClientSecret
Client Secret (part of OAuth Credentials) obtained via Amazon Developer Account.
Declaration
public Input<string> ClientSecret { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Enabled
Specifies whether to enable the channel. Defaults to true.
Declaration
public Input<bool> Enabled { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |