logDestination

@JvmName(name = "phieibgecelsleyv")
suspend fun logDestination(value: Output<Map<String, String>>)
@JvmName(name = "tdvpxrhauskvjlmx")
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.

  • 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 = "vktkydcwxqcueqqd")
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.

  • 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.