GetResourceDefaultVersionResult

data class GetResourceDefaultVersionResult(val arn: String? = null, val typeName: String? = null, val typeVersionArn: String? = null, val versionId: String? = null)

Constructors

Link copied to clipboard
constructor(arn: String? = null, typeName: String? = null, typeVersionArn: String? = null, versionId: 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 type. This is used to uniquely identify a ResourceDefaultVersion

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 typeVersionArn: String? = null

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

Link copied to clipboard
val versionId: String? = null

The ID of an existing version of the resource to set as the default.