Class: Aws::QuickSight::Types::S3BucketConfiguration

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

Overview

An optional structure that contains the Amazon S3 bucket configuration that the generated snapshots are stored in. If you don’t provide this information, generated snapshots are stored in the default QuickSight bucket.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bucket_nameString

The name of an existing Amazon S3 bucket where the generated snapshot artifacts are sent.

Returns:

  • (String)


28919
28920
28921
28922
28923
28924
28925
# File 'lib/aws-sdk-quicksight/types.rb', line 28919

class S3BucketConfiguration < Struct.new(
  :bucket_name,
  :bucket_prefix,
  :bucket_region)
  SENSITIVE = []
  include Aws::Structure
end

#bucket_prefixString

The prefix of the Amazon S3 bucket that the generated snapshots are stored in.

Returns:

  • (String)


28919
28920
28921
28922
28923
28924
28925
# File 'lib/aws-sdk-quicksight/types.rb', line 28919

class S3BucketConfiguration < Struct.new(
  :bucket_name,
  :bucket_prefix,
  :bucket_region)
  SENSITIVE = []
  include Aws::Structure
end

#bucket_regionString

The region that the Amazon S3 bucket is located in. The bucket must be located in the same region that the ‘StartDashboardSnapshotJob` API call is made.

Returns:

  • (String)


28919
28920
28921
28922
28923
28924
28925
# File 'lib/aws-sdk-quicksight/types.rb', line 28919

class S3BucketConfiguration < Struct.new(
  :bucket_name,
  :bucket_prefix,
  :bucket_region)
  SENSITIVE = []
  include Aws::Structure
end