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 SourceAdditionalArtifacts
A list of additional artifacts.
Declaration
public readonly ImmutableArray<string> AdditionalArtifacts
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
AdditionalSchemaElements
A list of schema elements.
Declaration
public readonly ImmutableArray<string> AdditionalSchemaElements
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
Compression
Preferred format for report.
Declaration
public readonly string Compression
Field Value
| Type | Description |
|---|---|
| System.String |
Format
Preferred compression format for report.
Declaration
public readonly string Format
Field Value
| Type | Description |
|---|---|
| System.String |
Id
The provider-assigned unique ID for this managed resource.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
ReportName
Declaration
public readonly string ReportName
Field Value
| Type | Description |
|---|---|
| System.String |
S3Bucket
Name of customer S3 bucket.
Declaration
public readonly string S3Bucket
Field Value
| Type | Description |
|---|---|
| System.String |
S3Prefix
Preferred report path prefix.
Declaration
public readonly string S3Prefix
Field Value
| Type | Description |
|---|---|
| System.String |
S3Region
Region of customer S3 bucket.
Declaration
public readonly string S3Region
Field Value
| Type | Description |
|---|---|
| System.String |
TimeUnit
The frequency on which report data are measured and displayed.
Declaration
public readonly string TimeUnit
Field Value
| Type | Description |
|---|---|
| System.String |