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.

Specifies an attribute and value that filter the events returned.

Inheritance Hierarchy

System.Object
  Amazon.CloudTrail.Model.LookupAttribute

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

Syntax

C#
public class LookupAttribute

The LookupAttribute type exposes the following members

Constructors

NameDescription
Public Method LookupAttribute()

Properties

NameTypeDescription
Public Property AttributeKey Amazon.CloudTrail.LookupAttributeKey

Gets and sets the property AttributeKey.

Specifies an attribute on which to filter the events returned.

Public Property AttributeValue System.String

Gets and sets the property AttributeValue.

Specifies a value for the specified AttributeKey.

The maximum length for the AttributeValue is 2000 characters. The following characters ('_', ' ', ',', '\\n') count as two characters towards the 2000 character limit.

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