schemaId

fun schemaId(block: SchemaId.Builder.() -> Unit)

construct an aws.sdk.kotlin.services.glue.model.SchemaId inside the given block


This is a wrapper structure to contain schema identity fields. The structure contains:

  • SchemaId$SchemaArn: The Amazon Resource Name (ARN) of the schema. One of SchemaArn or SchemaName has to be provided.

  • SchemaId$SchemaName: The name of the schema. One of SchemaArn or SchemaName has to be provided.