Class: Aws::Resiliencehubv2::Types::S3ReportOutputConfiguration

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-resiliencehubv2/types.rb

Overview

S3 configuration for report output.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bucket_ownerString

Account ID of the bucket owner for cross-account access verification.

Returns:

  • (String)


2981
2982
2983
2984
2985
2986
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 2981

class S3ReportOutputConfiguration < Struct.new(
  :bucket_path,
  :bucket_owner)
  SENSITIVE = []
  include Aws::Structure
end

#bucket_pathString

S3 bucket path where reports will be written (e.g., my-bucket/ngrh-reports/).

Returns:

  • (String)


2981
2982
2983
2984
2985
2986
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 2981

class S3ReportOutputConfiguration < Struct.new(
  :bucket_path,
  :bucket_owner)
  SENSITIVE = []
  include Aws::Structure
end