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.

A view is a structure that defines a set of filters that provide a view into the information in the Amazon Web Services Resource Explorer index. The filters specify which information from the index is visible to the users of the view. For example, you can specify filters that include only resources that are tagged with the key "ENV" and the value "DEVELOPMENT" in the results returned by this view. You could also create a second view that includes only resources that are tagged with "ENV" and "PRODUCTION".

Inheritance Hierarchy

System.Object
  Amazon.ResourceExplorer2.Model.View

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

Syntax

C#
public class View

The View type exposes the following members

Constructors

NameDescription
Public Method View()

Properties

NameTypeDescription
Public Property Filters Amazon.ResourceExplorer2.Model.SearchFilter

Gets and sets the property Filters.

An array of SearchFilter objects that specify which resources can be included in the results of queries made using this view.

Public Property IncludedProperties System.Collections.Generic.List<Amazon.ResourceExplorer2.Model.IncludedProperty>

Gets and sets the property IncludedProperties.

A structure that contains additional information about the view.

Public Property LastUpdatedAt System.DateTime

Gets and sets the property LastUpdatedAt.

The date and time when this view was last modified.

Public Property Owner System.String

Gets and sets the property Owner.

The Amazon Web Services account that owns this view.

Public Property Scope System.String

Gets and sets the property Scope.

An Amazon resource name (ARN) of an Amazon Web Services account, an organization, or an organizational unit (OU) that specifies whether this view includes resources from only the specified Amazon Web Services account, all accounts in the specified organization, or all accounts in the specified OU.

If not specified, the value defaults to the Amazon Web Services account used to call this operation.

Public Property ViewArn System.String

Gets and sets the property ViewArn.

The Amazon resource name (ARN) of the view.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5