SlackUserIdentity

Identifes a User level permission for a channel configuration.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The AWS user identity ARN used to associate a Slack User Identity with an IAM Role.

Link copied to clipboard

The ARN of the SlackChannelConfiguration associated with the user identity.

Link copied to clipboard

The ARN of the IAM role that defines the permissions for AWS Chatbot. This is a user-defined role that AWS Chatbot will assume. This is not the service-linked role. For more information, see IAM Policies for AWS Chatbot.

Link copied to clipboard

The ID of the Slack workspace authorized with AWS Chatbot.

Link copied to clipboard

The ID of the user in Slack.

Functions

Link copied to clipboard
inline fun copy(block: SlackUserIdentity.Builder.() -> Unit = {}): SlackUserIdentity
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String