Class: Aws::PrometheusService::Types::UpdateLoggingConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::PrometheusService::Types::UpdateLoggingConfigurationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-prometheusservice/types.rb
Overview
Represents the input of an ‘UpdateLoggingConfiguration` operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_token ⇒ String
A unique identifier that you can provide to ensure the idempotency of the request.
-
#log_group_arn ⇒ String
The ARN of the CloudWatch log group to which the vended log data will be published.
-
#workspace_id ⇒ String
The ID of the workspace to update the logging configuration for.
Instance Attribute Details
#client_token ⇒ String
A unique identifier that you can provide to ensure the idempotency of the request. Case-sensitive.
**A suitable default value is auto-generated.** You should normally not need to pass this option.
1721 1722 1723 1724 1725 1726 1727 |
# File 'lib/aws-sdk-prometheusservice/types.rb', line 1721 class UpdateLoggingConfigurationRequest < Struct.new( :client_token, :log_group_arn, :workspace_id) SENSITIVE = [] include Aws::Structure end |
#log_group_arn ⇒ String
The ARN of the CloudWatch log group to which the vended log data will be published.
1721 1722 1723 1724 1725 1726 1727 |
# File 'lib/aws-sdk-prometheusservice/types.rb', line 1721 class UpdateLoggingConfigurationRequest < Struct.new( :client_token, :log_group_arn, :workspace_id) SENSITIVE = [] include Aws::Structure end |
#workspace_id ⇒ String
The ID of the workspace to update the logging configuration for.
1721 1722 1723 1724 1725 1726 1727 |
# File 'lib/aws-sdk-prometheusservice/types.rb', line 1721 class UpdateLoggingConfigurationRequest < Struct.new( :client_token, :log_group_arn, :workspace_id) SENSITIVE = [] include Aws::Structure end |