GetBotAliasResult

data class GetBotAliasResult(val arn: String, val botName: String, val botVersion: String, val checksum: String, val createdDate: String, val description: String, val id: String, val lastUpdatedDate: String, val name: String)

A collection of values returned by getBotAlias.

Constructors

Link copied to clipboard
constructor(arn: String, botName: String, botVersion: String, checksum: String, createdDate: String, description: String, id: String, lastUpdatedDate: String, name: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String

ARN of the bot alias.

Link copied to clipboard

Name of the bot.

Link copied to clipboard

Version of the bot that the alias points to.

Link copied to clipboard

Checksum of the bot alias.

Link copied to clipboard

Date that the bot alias was created.

Link copied to clipboard

Description of the alias.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

Date that the bot alias was updated. When you create a resource, the creation date and the last updated date are the same.

Link copied to clipboard

Name of the alias. The name is not case sensitive.