![]() |
![]()
| ![]() |
![]()
NAMEPaws::S3Control::StorageLensConfiguration USAGEThis 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 DESCRIPTIONA container for the Amazon S3 Storage Lens configuration. ATTRIBUTESREQUIRED AccountLevel => Paws::S3Control::AccountLevelA container for all the account-level configurations of your S3 Storage Lens configuration. AwsOrg => Paws::S3Control::StorageLensAwsOrgA container for the AWS organization for this S3 Storage Lens configuration. DataExport => Paws::S3Control::StorageLensDataExportA container to specify the properties of your S3 Storage Lens metrics export including, the destination, schema and format. Exclude => Paws::S3Control::ExcludeA 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 => StrA container for the Amazon S3 Storage Lens configuration ID. Include => Paws::S3Control::IncludeA 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 => BoolA container for whether the S3 Storage Lens configuration is enabled. StorageLensArn => StrThe 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 ALSOThis class forms part of Paws, describing an object used in Paws::S3Control BUGS and CONTRIBUTIONSThe source code is located here: <https://github.com/pplu/aws-sdk-perl> Please report bugs to: <https://github.com/pplu/aws-sdk-perl/issues>
|