![]() |
![]()
| ![]() |
![]()
NAMEPaws::Athena::WorkGroup 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::Athena::WorkGroup object: $service_obj->Method(Att1 => { Configuration => $value, ..., State => $value }); Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::Athena::WorkGroup object: $result = $service_obj->Method(...); $result->Att1->Configuration DESCRIPTIONA workgroup, which contains a name, description, creation time, state, and other configuration, listed under WorkGroup$Configuration. Each workgroup enables you to isolate queries for you or your group of users from other queries in the same account, to configure the query results location and the encryption configuration (known as workgroup settings), to enable sending query metrics to Amazon CloudWatch, and to establish per-query data usage control limits for all queries in a workgroup. The workgroup settings override is specified in EnforceWorkGroupConfiguration (true/false) in the WorkGroupConfiguration. See WorkGroupConfiguration$EnforceWorkGroupConfiguration. ATTRIBUTESConfiguration => Paws::Athena::WorkGroupConfigurationThe configuration of the workgroup, which includes the location in Amazon S3 where query results are stored, the encryption configuration, if any, used for query results; whether the Amazon CloudWatch Metrics are enabled for the workgroup; whether workgroup settings override client-side settings; and the data usage limits for the amount of data scanned per query or per workgroup. The workgroup settings override is specified in EnforceWorkGroupConfiguration (true/false) in the WorkGroupConfiguration. See WorkGroupConfiguration$EnforceWorkGroupConfiguration. CreationTime => StrThe date and time the workgroup was created. Description => StrThe workgroup description. REQUIRED Name => StrThe workgroup name. State => StrThe state of the workgroup: ENABLED or DISABLED. SEE ALSOThis class forms part of Paws, describing an object used in Paws::Athena 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>
|