SubscriberSourceCustomLogSourceResourceAttributeArgs

data class SubscriberSourceCustomLogSourceResourceAttributeArgs(val crawlerArn: Output<String>, val databaseArn: Output<String>, val tableArn: Output<String>) : ConvertibleToJava<SubscriberSourceCustomLogSourceResourceAttributeArgs>

Constructors

constructor(crawlerArn: Output<String>, databaseArn: Output<String>, tableArn: Output<String>)

Properties

Link copied to clipboard
val crawlerArn: Output<String>

The ARN of the AWS Glue crawler.

Link copied to clipboard
val databaseArn: Output<String>

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

Link copied to clipboard
val tableArn: Output<String>

The ARN of the AWS Glue table.

Functions

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