Show / Hide Table of Contents

Class GetReportDefinitionResult

Inheritance
System.Object
GetReportDefinitionResult
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.Cur
Assembly: Pulumi.Aws.dll
Syntax
public sealed class GetReportDefinitionResult

Fields

View Source

AdditionalArtifacts

A list of additional artifacts.

Declaration
public readonly ImmutableArray<string> AdditionalArtifacts
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
View Source

AdditionalSchemaElements

A list of schema elements.

Declaration
public readonly ImmutableArray<string> AdditionalSchemaElements
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
View Source

Compression

Preferred format for report.

Declaration
public readonly string Compression
Field Value
Type Description
System.String
View Source

Format

Preferred compression format for report.

Declaration
public readonly string Format
Field Value
Type Description
System.String
View Source

Id

The provider-assigned unique ID for this managed resource.

Declaration
public readonly string Id
Field Value
Type Description
System.String
View Source

ReportName

Declaration
public readonly string ReportName
Field Value
Type Description
System.String
View Source

S3Bucket

Name of customer S3 bucket.

Declaration
public readonly string S3Bucket
Field Value
Type Description
System.String
View Source

S3Prefix

Preferred report path prefix.

Declaration
public readonly string S3Prefix
Field Value
Type Description
System.String
View Source

S3Region

Region of customer S3 bucket.

Declaration
public readonly string S3Region
Field Value
Type Description
System.String
View Source

TimeUnit

The frequency on which report data are measured and displayed.

Declaration
public readonly string TimeUnit
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.