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.

Contains information about the finding that is generated when abnormal or suspicious activity is detected.

Inheritance Hierarchy

System.Object
  Amazon.GuardDuty.Model.Finding

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

Syntax

C#
public class Finding

The Finding type exposes the following members

Constructors

NameDescription
Public Method Finding()

Properties

NameTypeDescription
Public Property AccountId System.String

Gets and sets the property AccountId.

The ID of the account in which the finding was generated.

Public Property Arn System.String

Gets and sets the property Arn.

The ARN of the finding.

Public Property Confidence System.Double

Gets and sets the property Confidence.

The confidence score for the finding.

Public Property CreatedAt System.String

Gets and sets the property CreatedAt.

The time and date when the finding was created.

Public Property Description System.String

Gets and sets the property Description.

The description of the finding.

Public Property Id System.String

Gets and sets the property Id.

The ID of the finding.

Public Property Partition System.String

Gets and sets the property Partition.

The partition associated with the finding.

Public Property Region System.String

Gets and sets the property Region.

The Region where the finding was generated.

Public Property Resource Amazon.GuardDuty.Model.Resource

Gets and sets the property Resource.

Public Property SchemaVersion System.String

Gets and sets the property SchemaVersion.

The version of the schema used for the finding.

Public Property Service Amazon.GuardDuty.Model.Service

Gets and sets the property Service.

Public Property Severity System.Double

Gets and sets the property Severity.

The severity of the finding.

Public Property Title System.String

Gets and sets the property Title.

The title of the finding.

Public Property Type System.String

Gets and sets the property Type.

The type of finding.

Public Property UpdatedAt System.String

Gets and sets the property UpdatedAt.

The time and date when the finding was last updated.

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