logDestination

@JvmName(name = "esbdeqgnsswkfbcu")
suspend fun logDestination(value: Output<Map<String, String>>)
@JvmName(name = "rvaybrqclnoeugas")
suspend fun logDestination(value: Map<String, String>)

Parameters

value

A map describing the logging destination for the chosen log_destination_type.

  • For an Amazon S3 bucket, specify the key bucketName with the name of the bucket and optionally specify the key prefix with a path (Do not add a leading / in the prefix as the configuration will have two // when applied).

  • For a CloudWatch log group, specify the key logGroup with the name of the CloudWatch log group.

  • For a Kinesis Data Firehose delivery stream, specify the key deliveryStream with the name of the delivery stream.


@JvmName(name = "ijmvbimvtxliyuay")
fun logDestination(vararg values: Pair<String, String>)

Parameters

values

A map describing the logging destination for the chosen log_destination_type.

  • For an Amazon S3 bucket, specify the key bucketName with the name of the bucket and optionally specify the key prefix with a path (Do not add a leading / in the prefix as the configuration will have two // when applied).

  • For a CloudWatch log group, specify the key logGroup with the name of the CloudWatch log group.

  • For a Kinesis Data Firehose delivery stream, specify the key deliveryStream with the name of the delivery stream.