OptInResourceDataDataLocationArgs

data class OptInResourceDataDataLocationArgs(val catalogId: Output<String>? = null, val resourceArn: Output<String>) : ConvertibleToJava<OptInResourceDataDataLocationArgs>

Constructors

Link copied to clipboard
constructor(catalogId: Output<String>? = null, resourceArn: Output<String>)

Properties

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

Identifier for the Data Catalog. By default, it is the account ID of the caller.

Link copied to clipboard
val resourceArn: Output<String>

ARN that uniquely identifies the data location resource.

Functions

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