Class: Aws::CloudWatchLogs::Types::S3Configuration
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchLogs::Types::S3Configuration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatchlogs/types.rb
Overview
Configuration details for delivering scheduled query results to an Amazon S3 bucket.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#destination_identifier ⇒ String
The S3 URI where query results will be stored (e.g., s3://bucket-name/prefix/).
-
#role_arn ⇒ String
The ARN of the IAM role that CloudWatch Logs will assume to write results to the S3 bucket.
Instance Attribute Details
#destination_identifier ⇒ String
The S3 URI where query results will be stored (e.g., s3://bucket-name/prefix/).
7951 7952 7953 7954 7955 7956 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 7951 class S3Configuration < Struct.new( :destination_identifier, :role_arn) SENSITIVE = [] include Aws::Structure end |
#role_arn ⇒ String
The ARN of the IAM role that CloudWatch Logs will assume to write results to the S3 bucket.
7951 7952 7953 7954 7955 7956 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 7951 class S3Configuration < Struct.new( :destination_identifier, :role_arn) SENSITIVE = [] include Aws::Structure end |