GcmChannel

class GcmChannel : KotlinCustomResource

Provides a Pinpoint GCM Channel resource.

Note: Credentials (Service Account JSON and API Key) will be stored in the raw state as plain-text.

Import

Using pulumi import, import Pinpoint GCM Channel using the application-id. For example:

$ pulumi import aws:pinpoint/gcmChannel:GcmChannel gcm application-id

Properties

Link copied to clipboard
val apiKey: Output<String>?

Platform credential API key from Google.

Link copied to clipboard
val applicationId: Output<String>

The application ID.

Link copied to clipboard
Link copied to clipboard
val enabled: Output<Boolean>?

Whether the channel is enabled or disabled. Defaults to true.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val serviceJson: Output<String>?
Link copied to clipboard
val urn: Output<String>