![]() |
![]()
| ![]() |
![]()
NAMEPaws::ResourceGroups::GroupConfiguration 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::ResourceGroups::GroupConfiguration object: $service_obj->Method(Att1 => { Configuration => $value, ..., Status => $value }); Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::ResourceGroups::GroupConfiguration object: $result = $service_obj->Method(...); $result->Att1->Configuration DESCRIPTIONA service configuration associated with a resource group. The configuration options are determined by the AWS service that defines the "Type", and specifies which resources can be included in the group. You can add a service configuration when you create the group by using CreateGroup, or later by using the PutGroupConfiguration operation. For details about group service configuration syntax, see Service configurations for resource groups (https://docs.aws.amazon.com/ARG/latest/APIReference/about-slg.html). ATTRIBUTESConfiguration => ArrayRef[Paws::ResourceGroups::GroupConfigurationItem]The configuration currently associated with the group and in effect. FailureReason => StrIf present, the reason why a request to update the group configuration failed. ProposedConfiguration => ArrayRef[Paws::ResourceGroups::GroupConfigurationItem]If present, the new configuration that is in the process of being applied to the group. Status => StrThe current status of an attempt to update the group configuration. SEE ALSOThis class forms part of Paws, describing an object used in Paws::ResourceGroups 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>
|