The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Paws::S3Control::StorageLensConfiguration

USAGE

This class represents one of two things:

Arguments in a call to a service

Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object.

As an example, if Att1 is expected to be a Paws::S3Control::StorageLensConfiguration object:

$service_obj->Method(Att1 => { AccountLevel => $value, ..., StorageLensArn => $value  });

Results returned from an API call

Use accessors for each attribute. If Att1 is expected to be an Paws::S3Control::StorageLensConfiguration object:

$result = $service_obj->Method(...);
$result->Att1->AccountLevel

DESCRIPTION

A container for the Amazon S3 Storage Lens configuration.

ATTRIBUTES

REQUIRED AccountLevel => Paws::S3Control::AccountLevel

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

AwsOrg => Paws::S3Control::StorageLensAwsOrg

A container for the AWS organization for this S3 Storage Lens configuration.

DataExport => Paws::S3Control::StorageLensDataExport

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

Exclude => Paws::S3Control::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.

REQUIRED Id => Str

A container for the Amazon S3 Storage Lens configuration ID.

Include => Paws::S3Control::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.

REQUIRED IsEnabled => Bool

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

StorageLensArn => Str

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

SEE ALSO

This class forms part of Paws, describing an object used in Paws::S3Control

BUGS and CONTRIBUTIONS

The source code is located here: https://github.com/pplu/aws-sdk-perl

Please report bugs to: https://github.com/pplu/aws-sdk-perl/issues