Class: Aws::Pipes::Types::S3LogDestination

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-pipes/lib/aws-sdk-pipes/types.rb

Overview

The Amazon S3 logging configuration settings for the pipe.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bucket_nameString

The name of the Amazon S3 bucket to which EventBridge delivers the log records for the pipe.

Returns:

  • (String)


2823
2824
2825
2826
2827
2828
2829
2830
# File 'gems/aws-sdk-pipes/lib/aws-sdk-pipes/types.rb', line 2823

class S3LogDestination < Struct.new(
  :bucket_name,
  :prefix,
  :bucket_owner,
  :output_format)
  SENSITIVE = []
  include Aws::Structure
end

#bucket_ownerString

The Amazon Web Services account that owns the Amazon S3 bucket to which EventBridge delivers the log records for the pipe.

Returns:

  • (String)


2823
2824
2825
2826
2827
2828
2829
2830
# File 'gems/aws-sdk-pipes/lib/aws-sdk-pipes/types.rb', line 2823

class S3LogDestination < Struct.new(
  :bucket_name,
  :prefix,
  :bucket_owner,
  :output_format)
  SENSITIVE = []
  include Aws::Structure
end

#output_formatString

The format EventBridge uses for the log records.

Returns:

  • (String)


2823
2824
2825
2826
2827
2828
2829
2830
# File 'gems/aws-sdk-pipes/lib/aws-sdk-pipes/types.rb', line 2823

class S3LogDestination < Struct.new(
  :bucket_name,
  :prefix,
  :bucket_owner,
  :output_format)
  SENSITIVE = []
  include Aws::Structure
end

#prefixString

The prefix text with which to begin Amazon S3 log object names.

For more information, see Organizing objects using prefixes in the Amazon Simple Storage Service User Guide.

Returns:

  • (String)


2823
2824
2825
2826
2827
2828
2829
2830
# File 'gems/aws-sdk-pipes/lib/aws-sdk-pipes/types.rb', line 2823

class S3LogDestination < Struct.new(
  :bucket_name,
  :prefix,
  :bucket_owner,
  :output_format)
  SENSITIVE = []
  include Aws::Structure
end