AWSSDK.CloudFormation by Amazon Web Services

<PackageReference Include="AWSSDK.CloudFormation" Version="3.7.204.3" />

.NET API 422,512 bytes

 TypeFilters

public class TypeFilters
Filter criteria to use in determining which extensions to return.
public Category Category { get; set; }

Gets and sets the property Category.

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.

public string PublisherId { get; set; }

Gets and sets the property PublisherId.

The id of the publisher of the extension.

Extensions published by Amazon aren't assigned a publisher ID. Use the AWS_TYPES category to specify a list of types published by Amazon.

public string TypeNamePrefix { get; set; }

Gets and sets the property TypeNamePrefix.

A prefix to use as a filter for results.

public TypeFilters()