GetResourcePlainArgs

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

A collection of arguments for invoking getResource.

Constructors

Link copied to clipboard
constructor(arn: String)

Properties

Link copied to clipboard
val arn: String

ARN of the resource, an S3 path.

Functions

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