structuredLogDestinations

@JvmName(name = "dqvfgwyuowmkamfo")
suspend fun structuredLogDestinations(value: Output<List<String>>)
@JvmName(name = "svioymwuhckdieib")
suspend fun structuredLogDestinations(value: List<String>?)

Parameters

value

Specifies the log groups to which your server logs are sent. To specify a log group, you must provide the ARN for an existing log group. In this case, the format of the log group is as follows: arn:aws:logs:region-name:amazon-account-id:log-group:log-group-name:* For example, arn:aws:logs:us-east-1:111122223333:log-group:mytestgroup:* If you have previously specified a log group for a server, you can clear it, and in effect turn off structured logging, by providing an empty value for this parameter in an update-server call. For example: update-server --server-id s-1234567890abcdef0 --structured-log-destinations


@JvmName(name = "ycmahmoespqsfnvi")
suspend fun structuredLogDestinations(vararg values: Output<String>)


@JvmName(name = "cdeoayxewadxqceq")
suspend fun structuredLogDestinations(values: List<Output<String>>)
@JvmName(name = "pdksraqdgcpdjqow")
suspend fun structuredLogDestinations(vararg values: String)

Parameters

values

Specifies the log groups to which your server logs are sent. To specify a log group, you must provide the ARN for an existing log group. In this case, the format of the log group is as follows: arn:aws:logs:region-name:amazon-account-id:log-group:log-group-name:* For example, arn:aws:logs:us-east-1:111122223333:log-group:mytestgroup:* If you have previously specified a log group for a server, you can clear it, and in effect turn off structured logging, by providing an empty value for this parameter in an update-server call. For example: update-server --server-id s-1234567890abcdef0 --structured-log-destinations