AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Filter criteria to use in determining which extensions to return.

Inheritance Hierarchy

System.Object
  Amazon.CloudFormation.Model.TypeFilters

Namespace: Amazon.CloudFormation.Model
Assembly: AWSSDK.CloudFormation.dll
Version: 3.x.y.z

Syntax

C#
public class TypeFilters

The TypeFilters type exposes the following members

Constructors

NameDescription
Public Method TypeFilters()

Properties

NameTypeDescription
Public Property Category Amazon.CloudFormation.Category

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 Property PublisherId System.String

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 Property TypeNamePrefix System.String

Gets and sets the property TypeNamePrefix.

A prefix to use as a filter for results.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5