Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/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 Amazon 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)

28699
28700
28701
28702
28703
28704
28705
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 28699

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)

28699
28700
28701
28702
28703
28704
28705
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 28699

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)

28699
28700
28701
28702
28703
28704
28705
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 28699

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