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.

The configuration of a report in AWS Application Cost Profiler.

Inheritance Hierarchy

System.Object
  Amazon.ApplicationCostProfiler.Model.ReportDefinition

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

Syntax

C#
public class ReportDefinition

The ReportDefinition type exposes the following members

Constructors

NameDescription
Public Method ReportDefinition()

Properties

NameTypeDescription
Public Property CreatedAt System.DateTime

Gets and sets the property CreatedAt.

Timestamp (milliseconds) when this report definition was created.

Public Property DestinationS3Location Amazon.ApplicationCostProfiler.Model.S3Location

Gets and sets the property DestinationS3Location.

The location in Amazon Simple Storage Service (Amazon S3) the reports should be saved to.

Public Property Format Amazon.ApplicationCostProfiler.Format

Gets and sets the property Format.

The format used for the generated reports.

Public Property LastUpdatedAt System.DateTime

Gets and sets the property LastUpdatedAt.

Timestamp (milliseconds) when this report definition was last updated.

Public Property ReportDescription System.String

Gets and sets the property ReportDescription.

Description of the report

Public Property ReportFrequency Amazon.ApplicationCostProfiler.ReportFrequency

Gets and sets the property ReportFrequency.

The cadence at which the report is generated.

Public Property ReportId System.String

Gets and sets the property ReportId.

The ID of the report.

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