GetResourceVersionPlainArgs

data class GetResourceVersionPlainArgs(val arn: String) : ConvertibleToJava<GetResourceVersionPlainArgs>

Constructors

Link copied to clipboard
constructor(arn: String)

Properties

Link copied to clipboard
val arn: String

The Amazon Resource Name (ARN) of the type, here the ResourceVersion. This is used to uniquely identify a ResourceVersion resource

Functions

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