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)


2618
2619
2620
2621
2622
2623
2624
2625
# File 'gems/aws-sdk-pipes/lib/aws-sdk-pipes/types.rb', line 2618

class S3LogDestination < Struct.new(
  :bucket_name,
  :bucket_owner,
  :output_format,
  :prefix)
  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)


2618
2619
2620
2621
2622
2623
2624
2625
# File 'gems/aws-sdk-pipes/lib/aws-sdk-pipes/types.rb', line 2618

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

#output_formatString

The format EventBridge uses for the log records.

Returns:

  • (String)


2618
2619
2620
2621
2622
2623
2624
2625
# File 'gems/aws-sdk-pipes/lib/aws-sdk-pipes/types.rb', line 2618

class S3LogDestination < Struct.new(
  :bucket_name,
  :bucket_owner,
  :output_format,
  :prefix)
  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)


2618
2619
2620
2621
2622
2623
2624
2625
# File 'gems/aws-sdk-pipes/lib/aws-sdk-pipes/types.rb', line 2618

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