| Package | Description |
|---|---|
| com.amazonaws.services.prometheus.model |
| Modifier and Type | Method and Description |
|---|---|
LoggingConfigurationMetadata |
LoggingConfigurationMetadata.clone() |
LoggingConfigurationMetadata |
DescribeLoggingConfigurationResult.getLoggingConfiguration()
Metadata object containing information about the logging configuration of a workspace.
|
LoggingConfigurationMetadata |
LoggingConfigurationMetadata.withCreatedAt(Date createdAt)
The time when the logging configuration was created.
|
LoggingConfigurationMetadata |
LoggingConfigurationMetadata.withLogGroupArn(String logGroupArn)
The ARN of the CW log group to which the vended log data will be published.
|
LoggingConfigurationMetadata |
LoggingConfigurationMetadata.withModifiedAt(Date modifiedAt)
The time when the logging configuration was modified.
|
LoggingConfigurationMetadata |
LoggingConfigurationMetadata.withStatus(LoggingConfigurationStatus status)
The status of the logging configuration.
|
LoggingConfigurationMetadata |
LoggingConfigurationMetadata.withWorkspace(String workspace)
The workspace where the logging configuration exists.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeLoggingConfigurationResult.setLoggingConfiguration(LoggingConfigurationMetadata loggingConfiguration)
Metadata object containing information about the logging configuration of a workspace.
|
DescribeLoggingConfigurationResult |
DescribeLoggingConfigurationResult.withLoggingConfiguration(LoggingConfigurationMetadata loggingConfiguration)
Metadata object containing information about the logging configuration of a workspace.
|
Copyright © 2024. All rights reserved.