get Slack Channel Configuration
suspend fun getSlackChannelConfiguration(argument: GetSlackChannelConfigurationPlainArgs): GetSlackChannelConfigurationResult
An AWS Support App resource that creates, updates, lists and deletes Slack channel configurations.
Return
null
Parameters
argument
null
suspend fun getSlackChannelConfiguration(channelId: String, teamId: String): GetSlackChannelConfigurationResult
Return
null
Parameters
channel Id
The channel ID in Slack, which identifies a channel within a workspace.
team Id
The team ID in Slack, which uniquely identifies a workspace.
See also
suspend fun getSlackChannelConfiguration(argument: suspend GetSlackChannelConfigurationPlainArgsBuilder.() -> Unit): GetSlackChannelConfigurationResult
Return
null
Parameters
argument
Builder for com.pulumi.awsnative.supportapp.kotlin.inputs.GetSlackChannelConfigurationPlainArgs.