Describe Logging Configuration
prometheusservice_describe_logging_configuration | R Documentation |
Returns complete information about the current logging configuration of the workspace¶
Description¶
Returns complete information about the current logging configuration of the workspace.
Usage¶
Arguments¶
workspaceId
[required] The ID of the workspace to describe the logging configuration for.
Value¶
A list with the following syntax:
list(
loggingConfiguration = list(
createdAt = as.POSIXct(
"2015-01-01"
),
logGroupArn = "string",
modifiedAt = as.POSIXct(
"2015-01-01"
),
status = list(
statusCode = "CREATING"|"ACTIVE"|"UPDATING"|"DELETING"|"CREATION_FAILED"|"UPDATE_FAILED",
statusReason = "string"
),
workspace = "string"
)
)