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.

Container for the parameters to the UpdateReportDefinition operation. Updates existing report in AWS Application Cost Profiler.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.ApplicationCostProfiler.AmazonApplicationCostProfilerRequest
      Amazon.ApplicationCostProfiler.Model.UpdateReportDefinitionRequest

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

Syntax

C#
public class UpdateReportDefinitionRequest : AmazonApplicationCostProfilerRequest
         IAmazonWebServiceRequest

The UpdateReportDefinitionRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property DestinationS3Location Amazon.ApplicationCostProfiler.Model.S3Location

Gets and sets the property DestinationS3Location.

Required. Amazon Simple Storage Service (Amazon S3) location where Application Cost Profiler uploads the report.

Public Property Format Amazon.ApplicationCostProfiler.Format

Gets and sets the property Format.

Required. The format to use for the generated report.

Public Property ReportDescription System.String

Gets and sets the property ReportDescription.

Required. Description of the report.

Public Property ReportFrequency Amazon.ApplicationCostProfiler.ReportFrequency

Gets and sets the property ReportFrequency.

Required. The cadence to generate the report.

Public Property ReportId System.String

Gets and sets the property ReportId.

Required. ID of the report to update.

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