logPublishingOptions

@JvmName(name = "xboihrkcsuvceusl")
suspend fun logPublishingOptions(value: Output<Map<String, DomainLogPublishingOptionArgs>>)
@JvmName(name = "gkckmaqcuuuxxdmc")
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 = "knadwomqshjugbjw")
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 = "vjdncefinfgbvqcf")
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 .