The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Paws::Config::RecordingGroup

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::Config::RecordingGroup object:

  $service_obj->Method(Att1 => { AllSupported => $value, ..., ResourceTypes => $value  });

Results returned from an API call

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

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

DESCRIPTION

The group of AWS resource types that AWS Config records when starting the configuration recorder.

recordingGroup can have one and only one parameter. Choose either allSupported or resourceTypes.

ATTRIBUTES

AllSupported => Bool

  Records all supported resource types in the recording group. For a list
of supported resource types, see Supported resource types. If you
specify B<allSupported>, you cannot enumerate a list of
B<resourceTypes>.

ResourceTypes => ArrayRef[Str]

  A comma-separated list of strings representing valid AWS resource types
(for example, C<AWS::EC2::Instance> or C<AWS::CloudTrail::Trail>).
B<resourceTypes> is only valid if you have chosen not to select
B<allSupported>. For a list of valid B<resourceTypes> values, see the
B<resourceType Value> column in the following topic: Supported AWS
Resource Types.

SEE ALSO

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

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