logPublishingOptions

@JvmName(name = "ihjxrkluugrbdqhr")
suspend fun logPublishingOptions(value: Output<Map<String, DomainLogPublishingOptionArgs>>)
@JvmName(name = "mwmjyoplpoehxsau")
suspend fun logPublishingOptions(value: Map<String, DomainLogPublishingOptionArgs>?)

Parameters

value

An object with one or more of the following keys: SEARCH_SLOW_LOGS , ES_APPLICATION_LOGS , INDEX_SLOW_LOGS , AUDIT_LOGS , depending on the types of logs you want to publish. Each key needs a valid LogPublishingOption value. For the full syntax, see the examples .


@JvmName(name = "ywwknptkqgjejbka")
suspend fun logPublishingOptions(vararg argument: Pair<String, suspend DomainLogPublishingOptionArgsBuilder.() -> Unit>)

Parameters

argument

An object with one or more of the following keys: SEARCH_SLOW_LOGS , ES_APPLICATION_LOGS , INDEX_SLOW_LOGS , AUDIT_LOGS , depending on the types of logs you want to publish. Each key needs a valid LogPublishingOption value. For the full syntax, see the examples .


@JvmName(name = "ecrtxrujcfrnbbhe")
fun logPublishingOptions(vararg values: Pair<String, DomainLogPublishingOptionArgs>)

Parameters

values

An object with one or more of the following keys: SEARCH_SLOW_LOGS , ES_APPLICATION_LOGS , INDEX_SLOW_LOGS , AUDIT_LOGS , depending on the types of logs you want to publish. Each key needs a valid LogPublishingOption value. For the full syntax, see the examples .