Class: Aws::CloudWatchLogs::Types::S3Configuration
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchLogs::Types::S3Configuration
- Defined in:
- gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb
Overview
Configuration for Amazon S3 destination where scheduled query results are delivered.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#destination_identifier ⇒ String
The Amazon S3 URI where query results are delivered.
-
#role_arn ⇒ String
The ARN of the IAM role that grants permissions to write query results to the specified Amazon S3 destination.
Instance Attribute Details
#destination_identifier ⇒ String
The Amazon S3 URI where query results are delivered. Must be a valid S3 URI format.
8681 8682 8683 8684 8685 8686 |
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 8681 class S3Configuration < Struct.new( :destination_identifier, :role_arn) SENSITIVE = [] include Aws::Structure end |
#role_arn ⇒ String
The ARN of the IAM role that grants permissions to write query results to the specified Amazon S3 destination.
8681 8682 8683 8684 8685 8686 |
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 8681 class S3Configuration < Struct.new( :destination_identifier, :role_arn) SENSITIVE = [] include Aws::Structure end |