IntegrationArgs

data class IntegrationArgs(val integrationName: Output<String>? = null, val integrationType: Output<IntegrationType>? = null, val resourceConfig: Output<ResourceConfigPropertiesArgs>? = null) : ConvertibleToJava<IntegrationArgs>

Resource Schema for Logs Integration Resource

Constructors

Link copied to clipboard
constructor(integrationName: Output<String>? = null, integrationType: Output<IntegrationType>? = null, resourceConfig: Output<ResourceConfigPropertiesArgs>? = null)

Properties

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

User provided identifier for integration, unique to the user account.

Link copied to clipboard
val integrationType: Output<IntegrationType>? = null

The type of the Integration.

Link copied to clipboard

OpenSearchResourceConfig for the given Integration

Functions

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