logPublishingOptions

@JvmName(name = "mltoedaiotowlgwl")
suspend fun logPublishingOptions(value: Output<List<DomainLogPublishingOptionArgs>>)
@JvmName(name = "swifgvvyxdkqlrrd")
suspend fun logPublishingOptions(value: List<DomainLogPublishingOptionArgs>?)

Parameters

value

Configuration block for publishing slow and application logs to CloudWatch Logs. This block can be declared multiple times, for each log_type, within the same resource. Detailed below.


@JvmName(name = "ojemdsmvwrqcopxm")
suspend fun logPublishingOptions(vararg values: Output<DomainLogPublishingOptionArgs>)


@JvmName(name = "kbvoacypdodpsdxd")
suspend fun logPublishingOptions(values: List<Output<DomainLogPublishingOptionArgs>>)
@JvmName(name = "vbrigfqtbcfkwyvd")
suspend fun logPublishingOptions(vararg values: DomainLogPublishingOptionArgs)

Parameters

values

Configuration block for publishing slow and application logs to CloudWatch Logs. This block can be declared multiple times, for each log_type, within the same resource. Detailed below.


@JvmName(name = "oqygfbndkndmevxg")
suspend fun logPublishingOptions(argument: List<suspend DomainLogPublishingOptionArgsBuilder.() -> Unit>)
@JvmName(name = "xmheopwkeflygrle")
suspend fun logPublishingOptions(vararg argument: suspend DomainLogPublishingOptionArgsBuilder.() -> Unit)
@JvmName(name = "mqdwtocvnhbglxrb")
suspend fun logPublishingOptions(argument: suspend DomainLogPublishingOptionArgsBuilder.() -> Unit)

Parameters

argument

Configuration block for publishing slow and application logs to CloudWatch Logs. This block can be declared multiple times, for each log_type, within the same resource. Detailed below.