CustomLogSourceConfigurationArgs

data class CustomLogSourceConfigurationArgs(val crawlerConfiguration: Output<CustomLogSourceConfigurationCrawlerConfigurationArgs>? = null, val providerIdentity: Output<CustomLogSourceConfigurationProviderIdentityArgs>? = null) : ConvertibleToJava<CustomLogSourceConfigurationArgs>

Constructors

Link copied to clipboard
constructor(crawlerConfiguration: Output<CustomLogSourceConfigurationCrawlerConfigurationArgs>? = null, providerIdentity: Output<CustomLogSourceConfigurationProviderIdentityArgs>? = null)

Properties

Link copied to clipboard

The configuration for the Glue Crawler for the third-party custom source.

Link copied to clipboard

The identity of the log provider for the third-party custom source.

Functions

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