Show / Hide Table of Contents

Class ReportDefinitionArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ReportDefinitionArgs
Inherited Members
ResourceArgs.Empty
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 ReportDefinitionArgs : ResourceArgs

Constructors

View Source

ReportDefinitionArgs()

Declaration
public ReportDefinitionArgs()

Properties

View Source

AdditionalArtifacts

A list of additional artifacts. Valid values are: REDSHIFT, QUICKSIGHT.

Declaration
public InputList<string> AdditionalArtifacts { get; set; }
Property Value
Type Description
InputList<System.String>
View Source

AdditionalSchemaElements

A list of schema elements. Valid values are: RESOURCES.

Declaration
public InputList<string> AdditionalSchemaElements { get; set; }
Property Value
Type Description
InputList<System.String>
View Source

Compression

Compression format for report. Valid values are: GZIP, ZIP.

Declaration
public Input<string> Compression { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Format

Format for report. Valid values are: textORcsv.

Declaration
public Input<string> Format { get; set; }
Property Value
Type Description
Input<System.String>
View Source

ReportName

Unique name for the report. Must start with a number/letter and is case sensitive. Limited to 256 characters.

Declaration
public Input<string> ReportName { get; set; }
Property Value
Type Description
Input<System.String>
View Source

S3Bucket

Name of the existing S3 bucket to hold generated reports.

Declaration
public Input<string> S3Bucket { get; set; }
Property Value
Type Description
Input<System.String>
View Source

S3Prefix

Report path prefix. Limited to 256 characters.

Declaration
public Input<string> S3Prefix { get; set; }
Property Value
Type Description
Input<System.String>
View Source

S3Region

Region of the existing S3 bucket to hold generated reports.

Declaration
public Input<string> S3Region { get; set; }
Property Value
Type Description
Input<System.String>
View Source

TimeUnit

The frequency on which report data are measured and displayed. Valid values are: HOURLY, DAILY.

Declaration
public Input<string> TimeUnit { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.