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.

Describes information about the usage report subscription.

Inheritance Hierarchy

System.Object
  Amazon.AppStream.Model.UsageReportSubscription

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

Syntax

C#
public class UsageReportSubscription

The UsageReportSubscription type exposes the following members

Constructors

NameDescription
Public Method UsageReportSubscription()

Properties

NameTypeDescription
Public Property LastGeneratedReportDate System.DateTime

Gets and sets the property LastGeneratedReportDate.

The time when the last usage report was generated.

Public Property S3BucketName System.String

Gets and sets the property S3BucketName.

The Amazon S3 bucket where generated reports are stored.

If you enabled on-instance session scripts and Amazon S3 logging for your session script configuration, AppStream 2.0 created an S3 bucket to store the script output. The bucket is unique to your account and Region. When you enable usage reporting in this case, AppStream 2.0 uses the same bucket to store your usage reports. If you haven't already enabled on-instance session scripts, when you enable usage reports, AppStream 2.0 creates a new S3 bucket.

Public Property Schedule Amazon.AppStream.UsageReportSchedule

Gets and sets the property Schedule.

The schedule for generating usage reports.

Public Property SubscriptionErrors System.Collections.Generic.List<Amazon.AppStream.Model.LastReportGenerationExecutionError>

Gets and sets the property SubscriptionErrors.

The errors that were returned if usage reports couldn't be generated.

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