Values.StorageLensConfigurationSourceA container for the Amazon S3 Storage Lens configuration.
type nonrec t = {id : ConfigId.t;A container for the Amazon S3 Storage Lens configuration ID.
*)accountLevel : AccountLevel.t;A container for all the account-level configurations of your S3 Storage Lens configuration.
*)include_ : Include.t option;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.
*)exclude : Exclude.t option;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.
*)dataExport : StorageLensDataExport.t option;A container to specify the properties of your S3 Storage Lens metrics export including, the destination, schema and format.
*)expandedPrefixesDataExport : StorageLensExpandedPrefixesDataExport.t option;A container that configures your S3 Storage Lens expanded prefixes metrics report.
*)isEnabled : IsEnabled.t;A container for whether the S3 Storage Lens configuration is enabled.
*)awsOrg : StorageLensAwsOrg.t option;A container for the Amazon Web Services organization for this S3 Storage Lens configuration.
*)storageLensArn : StorageLensArn.t option;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
*)prefixDelimiter : StorageLensPrefixLevelDelimiter.t option;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. If either a prefix delimiter or existing delimiter is undefined, Amazon S3 uses the delimiter that’s defined. 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.
*)}val make :
?include_:??? ->
?exclude:??? ->
?dataExport:??? ->
?expandedPrefixesDataExport:??? ->
?awsOrg:??? ->
?storageLensArn:??? ->
?prefixDelimiter:??? ->
id:ConfigId.t ->
accountLevel:AccountLevel.t ->
isEnabled:IsEnabled.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Boolean of IsEnabled.t
| `String of ConfigId.t
| `Structure of
(string
* [> `List of [> `String of S3BucketArnString.t ] list
| `String of AwsOrgArn.t
| `Structure of
(string
* [> `Boolean of IsEnabled.t
| `Enum of string
| `String of AccountId.t
| `Structure of
(string
* [> `Boolean of IsEnabled.t
| `List of [> `String of StorageLensGroupArn.t ] list
| `Structure of
(string
* [> `Boolean of IsEnabled.t
| `String of SSEKMSKeyId.t
| `Structure of
(string
* [> `Double of MinStorageBytesPercentage.t
| `Integer of
StorageLensPrefixLevelMaxDepth.t
| `String of
StorageLensPrefixLevelDelimiter.t ])
list ])
list ])
list ])
list ])
list ])
list ]