Interface ICfnReportGroupProps
Properties for defining a CfnReportGroup
.
Namespace: Amazon.CDK.AWS.CodeBuild
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ICfnReportGroupProps
Syntax (vb)
Public Interface ICfnReportGroupProps
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.CodeBuild;
var cfnReportGroupProps = new CfnReportGroupProps {
ExportConfig = new ReportExportConfigProperty {
ExportConfigType = "exportConfigType",
// the properties below are optional
S3Destination = new S3ReportExportConfigProperty {
Bucket = "bucket",
// the properties below are optional
BucketOwner = "bucketOwner",
EncryptionDisabled = false,
EncryptionKey = "encryptionKey",
Packaging = "packaging",
Path = "path"
}
},
Type = "type",
// the properties below are optional
DeleteReports = false,
Name = "name",
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} }
};
Synopsis
Properties
Delete |
When deleting a report group, specifies if reports within the report group should be deleted. |
Export |
Information about the destination where the raw data of this |
Name | The name of the |
Tags | A list of tag key and value pairs associated with this report group. |
Type | The type of the |
Properties
DeleteReports
When deleting a report group, specifies if reports within the report group should be deleted.
virtual object DeleteReports { get; }
Property Value
System.
Remarks
ExportConfig
Information about the destination where the raw data of this ReportGroup
is exported.
object ExportConfig { get; }
Property Value
System.
Remarks
Name
The name of the ReportGroup
.
virtual string Name { get; }
Property Value
System.
Remarks
Tags
A list of tag key and value pairs associated with this report group.
virtual ICfnTag[] Tags { get; }
Property Value
ICfn
Remarks
These tags are available for use by AWS services that support AWS CodeBuild report group tags.
Type
The type of the ReportGroup
. This can be one of the following values:.
string Type { get; }
Property Value
System.