HookDefaultVersionArgs

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

Set a version as default version for a hook in CloudFormation Registry.

Example Usage

Example

No Java example available.

Example

No Java example available.

Example

No Java example available.

Example

No Java example available.

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 hook to set as the default.

Functions

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