ProviderArgs

data class ProviderArgs(val token: Output<String>? = null) : ConvertibleToJava<ProviderArgs>

The provider type for the slack package. By default, resources use package-wide configuration settings, however an explicit Provider instance may be created and passed during resource construction to achieve fine-grained programmatic control over provider settings. See the documentation for more information.

Constructors

Link copied to clipboard
constructor(token: Output<String>? = null)

Properties

Link copied to clipboard
val token: Output<String>? = null

The Slack token

Functions

Link copied to clipboard
open override fun toJava(): ProviderArgs