GetHookTypeConfigResult

data class GetHookTypeConfigResult(val configuration: String? = null, val configurationArn: String? = null, val typeArn: String? = null, val typeName: String? = null)

Constructors

Link copied to clipboard
constructor(configuration: String? = null, configurationArn: String? = null, typeArn: String? = null, typeName: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val configuration: String? = null

The configuration data for the extension, in this account and region.

Link copied to clipboard

The Amazon Resource Name (ARN) for the configuration data, in this account and region.

Link copied to clipboard
val typeArn: String? = null

The Amazon Resource Name (ARN) of the type without version number.

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.