ResourceDefaultVersionArgs

data class ResourceDefaultVersionArgs(val typeName: Output<String>? = null, val typeVersionArn: Output<String>? = null, val versionId: Output<String>? = null) : ConvertibleToJava<ResourceDefaultVersionArgs>

The default version of a resource that has been registered in the CloudFormation Registry.

Constructors

Link copied to clipboard
constructor(typeName: Output<String>? = null, typeVersionArn: Output<String>? = null, versionId: Output<String>? = null)

Properties

Link copied to clipboard
val typeName: Output<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: Output<String>? = null

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

Link copied to clipboard
val versionId: Output<String>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): ResourceDefaultVersionArgs