ModuleDefaultVersionArgs

data class ModuleDefaultVersionArgs(val arn: Output<String>? = null, val moduleName: Output<String>? = null, val versionId: Output<String>? = null) : ConvertibleToJava<ModuleDefaultVersionArgs>

A module that has been registered in the CloudFormation registry as the default version

Constructors

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

Properties

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

The Amazon Resource Name (ARN) of the module version to set as the default version.

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

The name of a module existing in the registry.

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

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

Functions

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