StartCacheReportRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Amazon Web Services Region of the Amazon S3 bucket where you want to save the cache report.

Link copied to clipboard

A unique identifier that you use to ensure idempotent report generation if you need to retry an unsuccessful StartCacheReport request. If you retry a request, use the same ClientToken you specified in the initial request.

Link copied to clipboard

The list of filters and parameters that determine which files are excluded from the report. You must specify at least one value for InclusionFilters or ExclusionFilters in a StartCacheReport request.

Link copied to clipboard

The Amazon Resource Name (ARN) of the file share.

Link copied to clipboard

The list of filters and parameters that determine which files are included in the report. You must specify at least one value for InclusionFilters or ExclusionFilters in a StartCacheReport request.

Link copied to clipboard

The ARN of the Amazon S3 bucket where you want to save the cache report.

Link copied to clipboard
val role: String?

The ARN of the IAM role used when saving the cache report to Amazon S3.

Link copied to clipboard
val tags: List<Tag>?

A list of up to 50 key/value tags that you can assign to the cache report. Using tags can help you categorize your reports and more easily locate them in search results.

Link copied to clipboard

The DNS name of the VPC endpoint associated with the Amazon S3 where you want to save the cache report. Optional.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String