Class: Aws::S3Control::Types::StorageLensConfiguration

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

Overview

A container for the Amazon S3 Storage Lens configuration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_levelTypes::AccountLevel

A container for all the account-level configurations of your S3 Storage Lens configuration.

Returns:



8335
8336
8337
8338
8339
8340
8341
8342
8343
8344
8345
8346
8347
8348
# File 'lib/aws-sdk-s3control/types.rb', line 8335

class StorageLensConfiguration < Struct.new(
  :id,
  :account_level,
  :include,
  :exclude,
  :data_export,
  :expanded_prefixes_data_export,
  :is_enabled,
  :aws_org,
  :storage_lens_arn,
  :prefix_delimiter)
  SENSITIVE = []
  include Aws::Structure
end

#aws_orgTypes::StorageLensAwsOrg

A container for the Amazon Web Services organization for this S3 Storage Lens configuration.



8335
8336
8337
8338
8339
8340
8341
8342
8343
8344
8345
8346
8347
8348
# File 'lib/aws-sdk-s3control/types.rb', line 8335

class StorageLensConfiguration < Struct.new(
  :id,
  :account_level,
  :include,
  :exclude,
  :data_export,
  :expanded_prefixes_data_export,
  :is_enabled,
  :aws_org,
  :storage_lens_arn,
  :prefix_delimiter)
  SENSITIVE = []
  include Aws::Structure
end

#data_exportTypes::StorageLensDataExport

A container to specify the properties of your S3 Storage Lens metrics export including, the destination, schema and format.



8335
8336
8337
8338
8339
8340
8341
8342
8343
8344
8345
8346
8347
8348
# File 'lib/aws-sdk-s3control/types.rb', line 8335

class StorageLensConfiguration < Struct.new(
  :id,
  :account_level,
  :include,
  :exclude,
  :data_export,
  :expanded_prefixes_data_export,
  :is_enabled,
  :aws_org,
  :storage_lens_arn,
  :prefix_delimiter)
  SENSITIVE = []
  include Aws::Structure
end

#excludeTypes::Exclude

A container for what is excluded in this configuration. This container can only be valid if there is no ‘Include` container submitted, and it’s not empty.

Returns:



8335
8336
8337
8338
8339
8340
8341
8342
8343
8344
8345
8346
8347
8348
# File 'lib/aws-sdk-s3control/types.rb', line 8335

class StorageLensConfiguration < Struct.new(
  :id,
  :account_level,
  :include,
  :exclude,
  :data_export,
  :expanded_prefixes_data_export,
  :is_enabled,
  :aws_org,
  :storage_lens_arn,
  :prefix_delimiter)
  SENSITIVE = []
  include Aws::Structure
end

#expanded_prefixes_data_exportTypes::StorageLensExpandedPrefixesDataExport

A container that configures your S3 Storage Lens expanded prefixes metrics report.



8335
8336
8337
8338
8339
8340
8341
8342
8343
8344
8345
8346
8347
8348
# File 'lib/aws-sdk-s3control/types.rb', line 8335

class StorageLensConfiguration < Struct.new(
  :id,
  :account_level,
  :include,
  :exclude,
  :data_export,
  :expanded_prefixes_data_export,
  :is_enabled,
  :aws_org,
  :storage_lens_arn,
  :prefix_delimiter)
  SENSITIVE = []
  include Aws::Structure
end

#idString

A container for the Amazon S3 Storage Lens configuration ID.

Returns:

  • (String)


8335
8336
8337
8338
8339
8340
8341
8342
8343
8344
8345
8346
8347
8348
# File 'lib/aws-sdk-s3control/types.rb', line 8335

class StorageLensConfiguration < Struct.new(
  :id,
  :account_level,
  :include,
  :exclude,
  :data_export,
  :expanded_prefixes_data_export,
  :is_enabled,
  :aws_org,
  :storage_lens_arn,
  :prefix_delimiter)
  SENSITIVE = []
  include Aws::Structure
end

#includeTypes::Include

A container for what is included in this configuration. This container can only be valid if there is no ‘Exclude` container submitted, and it’s not empty.

Returns:



8335
8336
8337
8338
8339
8340
8341
8342
8343
8344
8345
8346
8347
8348
# File 'lib/aws-sdk-s3control/types.rb', line 8335

class StorageLensConfiguration < Struct.new(
  :id,
  :account_level,
  :include,
  :exclude,
  :data_export,
  :expanded_prefixes_data_export,
  :is_enabled,
  :aws_org,
  :storage_lens_arn,
  :prefix_delimiter)
  SENSITIVE = []
  include Aws::Structure
end

#is_enabledBoolean

A container for whether the S3 Storage Lens configuration is enabled.

Returns:

  • (Boolean)


8335
8336
8337
8338
8339
8340
8341
8342
8343
8344
8345
8346
8347
8348
# File 'lib/aws-sdk-s3control/types.rb', line 8335

class StorageLensConfiguration < Struct.new(
  :id,
  :account_level,
  :include,
  :exclude,
  :data_export,
  :expanded_prefixes_data_export,
  :is_enabled,
  :aws_org,
  :storage_lens_arn,
  :prefix_delimiter)
  SENSITIVE = []
  include Aws::Structure
end

#prefix_delimiterString

A container for all prefix delimiters that are used for object keys in this S3 Storage Lens configuration. The prefix delimiters determine how S3 Storage Lens counts prefix depth, by separating the hierarchical levels in object keys.

<note markdown=“1”> * If either a prefix delimiter or existing delimiter is undefined,

Amazon S3 uses the delimiter that
  • If both the prefix delimiter and existing delimiter are undefined, S3 uses ‘/` as the default delimiter.

  • When custom delimiters are used, both the prefix delimiter and existing delimiter must specify the same special character. Otherwise, your request results in an error.

</note>

Returns:

  • (String)


8335
8336
8337
8338
8339
8340
8341
8342
8343
8344
8345
8346
8347
8348
# File 'lib/aws-sdk-s3control/types.rb', line 8335

class StorageLensConfiguration < Struct.new(
  :id,
  :account_level,
  :include,
  :exclude,
  :data_export,
  :expanded_prefixes_data_export,
  :is_enabled,
  :aws_org,
  :storage_lens_arn,
  :prefix_delimiter)
  SENSITIVE = []
  include Aws::Structure
end

#storage_lens_arnString

The Amazon Resource Name (ARN) of the S3 Storage Lens configuration. This property is read-only and follows the following format: ‘ arn:aws:s3:us-east-1:example-account-id:storage-lens/your-dashboard-name `

Returns:

  • (String)


8335
8336
8337
8338
8339
8340
8341
8342
8343
8344
8345
8346
8347
8348
# File 'lib/aws-sdk-s3control/types.rb', line 8335

class StorageLensConfiguration < Struct.new(
  :id,
  :account_level,
  :include,
  :exclude,
  :data_export,
  :expanded_prefixes_data_export,
  :is_enabled,
  :aws_org,
  :storage_lens_arn,
  :prefix_delimiter)
  SENSITIVE = []
  include Aws::Structure
end