You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Firehose::Types::CloudWatchLoggingOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::Firehose::Types::CloudWatchLoggingOptions
- Defined in:
- (unknown)
Overview
Note:
When passing CloudWatchLoggingOptions as input to an Aws::Client method, you can use a vanilla Hash:
{
enabled: false,
log_group_name: "LogGroupName",
log_stream_name: "LogStreamName",
}
Describes the Amazon CloudWatch logging options for your delivery stream.
Returned by:
- ElasticsearchDestinationConfiguration#cloud_watch_logging_options
- ElasticsearchDestinationDescription#cloud_watch_logging_options
- ElasticsearchDestinationUpdate#cloud_watch_logging_options
- ExtendedS3DestinationConfiguration#cloud_watch_logging_options
- ExtendedS3DestinationDescription#cloud_watch_logging_options
- ExtendedS3DestinationUpdate#cloud_watch_logging_options
- HttpEndpointDestinationConfiguration#cloud_watch_logging_options
- HttpEndpointDestinationDescription#cloud_watch_logging_options
- HttpEndpointDestinationUpdate#cloud_watch_logging_options
- RedshiftDestinationConfiguration#cloud_watch_logging_options
- RedshiftDestinationDescription#cloud_watch_logging_options
- RedshiftDestinationUpdate#cloud_watch_logging_options
- S3DestinationConfiguration#cloud_watch_logging_options
- S3DestinationDescription#cloud_watch_logging_options
- S3DestinationUpdate#cloud_watch_logging_options
- SplunkDestinationConfiguration#cloud_watch_logging_options
- SplunkDestinationDescription#cloud_watch_logging_options
- SplunkDestinationUpdate#cloud_watch_logging_options
Instance Attribute Summary collapse
-
#enabled ⇒ Boolean
Enables or disables CloudWatch logging.
-
#log_group_name ⇒ String
The CloudWatch group name for logging.
-
#log_stream_name ⇒ String
The CloudWatch log stream name for logging.
Instance Attribute Details
#enabled ⇒ Boolean
Enables or disables CloudWatch logging.
#log_group_name ⇒ String
The CloudWatch group name for logging. This value is required if CloudWatch logging is enabled.
#log_stream_name ⇒ String
The CloudWatch log stream name for logging. This value is required if CloudWatch logging is enabled.