GetTypeActivationResult

data class GetTypeActivationResult(val arn: String? = null, val publicTypeArn: String? = null, val publisherId: String? = null, val typeName: String? = null, val typeNameAlias: String? = null)

Constructors

Link copied to clipboard
constructor(arn: String? = null, publicTypeArn: String? = null, publisherId: String? = null, typeName: String? = null, typeNameAlias: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null

The Amazon Resource Name (ARN) of the extension.

Link copied to clipboard
val publicTypeArn: String? = null

The Amazon Resource Number (ARN) assigned to the public extension upon publication

Link copied to clipboard
val publisherId: String? = null

The publisher id assigned by CloudFormation for publishing in this region.

Link copied to clipboard
val typeName: String? = null

The name of the type being registered. We recommend that type names adhere to the following pattern: company_or_organization::service::type.

Link copied to clipboard
val typeNameAlias: String? = null

An alias to assign to the public extension in this account and region. If you specify an alias for the extension, you must then use the alias to refer to the extension in your templates.