Package-level declarations

Types

Link copied to clipboard
class AccountAlias : KotlinCustomResource

An AWS Support App resource that creates, updates, reads, and deletes a customer's account alias.

Link copied to clipboard
data class AccountAliasArgs(val accountAlias: Output<String>? = null) : ConvertibleToJava<AccountAliasArgs>

An AWS Support App resource that creates, updates, reads, and deletes a customer's account alias.

Link copied to clipboard
Link copied to clipboard
object AccountAliasMapper : ResourceMapper<AccountAlias>
Link copied to clipboard
Link copied to clipboard
class SlackChannelConfiguration : KotlinCustomResource

An AWS Support App resource that creates, updates, lists and deletes Slack channel configurations.

Link copied to clipboard
data class SlackChannelConfigurationArgs(val channelId: Output<String>? = null, val channelName: Output<String>? = null, val channelRoleArn: Output<String>? = null, val notifyOnAddCorrespondenceToCase: Output<Boolean>? = null, val notifyOnCaseSeverity: Output<SlackChannelConfigurationNotifyOnCaseSeverity>? = null, val notifyOnCreateOrReopenCase: Output<Boolean>? = null, val notifyOnResolveCase: Output<Boolean>? = null, val teamId: Output<String>? = null) : ConvertibleToJava<SlackChannelConfigurationArgs>

An AWS Support App resource that creates, updates, lists and deletes Slack channel configurations.

Link copied to clipboard
class SlackWorkspaceConfiguration : KotlinCustomResource

An AWS Support App resource that creates, updates, lists, and deletes Slack workspace configurations.

Link copied to clipboard
data class SlackWorkspaceConfigurationArgs(val teamId: Output<String>? = null, val versionId: Output<String>? = null) : ConvertibleToJava<SlackWorkspaceConfigurationArgs>

An AWS Support App resource that creates, updates, lists, and deletes Slack workspace configurations.

Link copied to clipboard