GetResourceGroupPlainArgs

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

Constructors

Link copied to clipboard
constructor(arn: String)

Properties

Link copied to clipboard
val arn: String

The Amazon Resource Name (ARN) that specifies the resource group that is created.

Functions

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