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::CloudFormation::TypeFilters

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::CloudFormation::TypeFilters object:

  $service_obj->Method(Att1 => { Category => $value, ..., TypeNamePrefix => $value  });

Results returned from an API call

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

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

DESCRIPTION

Filter criteria to use in determining which extensions to return.

ATTRIBUTES

Category => Str

The category of extensions to return.

  • REGISTERED: Private extensions that have been registered for this account and region.

  • ACTIVATED: Public extensions that have been activated for this account and region.

  • THIRD-PARTY: Extensions available for use from publishers other than Amazon. This includes:

    • Private extensions registered in the account.

    • Public extensions from publishers other than Amazon, whether activated or not.

  • AWS-TYPES: Extensions available for use from Amazon.

PublisherId => Str

The id of the publisher of the extension.

Extensions published by Amazon are not assigned a publisher ID. Use the AWS-TYPES category to specify a list of types published by Amazon.

TypeNamePrefix => Str

A prefix to use as a filter for results.

SEE ALSO

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

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