CustomLogSourceAttribute

data class CustomLogSourceAttribute(val crawlerArn: String, val databaseArn: String, val tableArn: String)

Constructors

Link copied to clipboard
constructor(crawlerArn: String, databaseArn: String, tableArn: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ARN of the AWS Glue crawler.

Link copied to clipboard

The ARN of the AWS Glue database where results are written.

Link copied to clipboard

The ARN of the AWS Glue table.