Class: Aws::CloudWatchLogs::Types::S3Configuration

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#destination_identifierString

The Amazon S3 URI where query results are delivered. Must be a valid S3 URI format.

Returns:

  • (String)


9038
9039
9040
9041
9042
9043
9044
9045
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 9038

class S3Configuration < Struct.new(
  :destination_identifier,
  :role_arn,
  :owner_account_id,
  :kms_key_id)
  SENSITIVE = []
  include Aws::Structure
end

#kms_key_idString

The Amazon Resource Name (ARN) of the KMS encryption key. Must belong to the same Amazon Web Services Region as the destination Amazon S3 bucket.

Returns:

  • (String)


9038
9039
9040
9041
9042
9043
9044
9045
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 9038

class S3Configuration < Struct.new(
  :destination_identifier,
  :role_arn,
  :owner_account_id,
  :kms_key_id)
  SENSITIVE = []
  include Aws::Structure
end

#owner_account_idString

The Amazon Web Services accountId for the bucket owning account.

Returns:

  • (String)


9038
9039
9040
9041
9042
9043
9044
9045
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 9038

class S3Configuration < Struct.new(
  :destination_identifier,
  :role_arn,
  :owner_account_id,
  :kms_key_id)
  SENSITIVE = []
  include Aws::Structure
end

#role_arnString

The ARN of the IAM role that grants permissions to write query results to the specified Amazon S3 destination.

Returns:

  • (String)


9038
9039
9040
9041
9042
9043
9044
9045
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 9038

class S3Configuration < Struct.new(
  :destination_identifier,
  :role_arn,
  :owner_account_id,
  :kms_key_id)
  SENSITIVE = []
  include Aws::Structure
end