Class ReportDefinitionArgs
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 ReportDefinitionArgs : ResourceArgs
Constructors
View SourceReportDefinitionArgs()
Declaration
public ReportDefinitionArgs()
Properties
View SourceAdditionalArtifacts
A list of additional artifacts. Valid values are: REDSHIFT, QUICKSIGHT.
Declaration
public InputList<string> AdditionalArtifacts { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
AdditionalSchemaElements
A list of schema elements. Valid values are: RESOURCES.
Declaration
public InputList<string> AdditionalSchemaElements { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
Compression
Compression format for report. Valid values are: GZIP, ZIP.
Declaration
public Input<string> Compression { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Format
Format for report. Valid values are: textORcsv.
Declaration
public Input<string> Format { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |
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> |
S3Prefix
Report path prefix. Limited to 256 characters.
Declaration
public Input<string> S3Prefix { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |
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> |