1. Registry
  2. Packages
  3. AWS Cloud Control
  4. API Docs
  5. codebuild
  6. getReportGroup

We recommend new projects start with resources from the AWS provider.

Viewing docs for AWS Cloud Control v1.79.0
published on Monday, Sep 14, 2026 by Pulumi
aws-native logo aws-native logo

We recommend new projects start with resources from the AWS provider.

Viewing docs for AWS Cloud Control v1.79.0
published on Monday, Sep 14, 2026 by Pulumi

    Resource Type definition for AWS::CodeBuild::ReportGroup

    Using getReportGroup

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getReportGroup(args: GetReportGroupArgs, opts?: InvokeOptions): Promise<GetReportGroupResult>
    function getReportGroupOutput(args: GetReportGroupOutputArgs, opts?: InvokeOutputOptions): Output<GetReportGroupResult>
    def get_report_group(id: Optional[str] = None,
                         opts: Optional[InvokeOptions] = None) -> GetReportGroupResult
    def get_report_group_output(id: pulumi.Input[Optional[str]] = None,
                         opts: Optional[InvokeOutputOptions] = None) -> Output[GetReportGroupResult]
    func LookupReportGroup(ctx *Context, args *LookupReportGroupArgs, opts ...InvokeOption) (*LookupReportGroupResult, error)
    func LookupReportGroupOutput(ctx *Context, args *LookupReportGroupOutputArgs, opts ...InvokeOption) LookupReportGroupResultOutput

    > Note: This function is named LookupReportGroup in the Go SDK.

    public static class GetReportGroup 
    {
        public static Task<GetReportGroupResult> InvokeAsync(GetReportGroupArgs args, InvokeOptions? opts = null)
        public static Output<GetReportGroupResult> Invoke(GetReportGroupInvokeArgs args, InvokeOptions? opts = null)
        public static Output<GetReportGroupResult> Invoke(GetReportGroupInvokeArgs args, InvokeOutputOptions opts)
    }
    public static CompletableFuture<GetReportGroupResult> getReportGroup(GetReportGroupArgs args, InvokeOptions options)
    public static Output<GetReportGroupResult> getReportGroup(GetReportGroupArgs args, InvokeOptions options)
    public static Output<GetReportGroupResult> getReportGroup(GetReportGroupArgs args, InvokeOutputOptions options)
    
    fn::invoke:
      function: aws-native:codebuild:getReportGroup
      arguments:
        # arguments dictionary
    data "aws-native_codebuild_get_report_group" "name" {
        # arguments
    }

    The following arguments are supported:

    Id string
    Id string
    id string
    id String
    id string
    id str
    id String

    getReportGroup Result

    The following output properties are available:

    Arn string
    The ARN of the AWS CodeBuild report group, such as arn:aws:codebuild:region:123456789012:report-group/myReportGroupName .
    DeleteReports bool
    When deleting a report group, specifies if reports within the report group should be deleted.

    • true - Deletes any reports that belong to the report group before deleting the report group.
    • false - You must delete any reports in the report group. This is the default value. If you delete a report group that contains one or more reports, an exception is thrown.
    ExportConfig Pulumi.AwsNative.CodeBuild.Outputs.ReportGroupReportExportConfig
    Information about the destination where the raw data of this ReportGroup is exported.
    Id string
    Tags List<Pulumi.AwsNative.Outputs.Tag>

    A list of tag key and value pairs associated with this report group.

    These tags are available for use by AWS services that support AWS CodeBuild report group tags.

    Arn string
    The ARN of the AWS CodeBuild report group, such as arn:aws:codebuild:region:123456789012:report-group/myReportGroupName .
    DeleteReports bool
    When deleting a report group, specifies if reports within the report group should be deleted.

    • true - Deletes any reports that belong to the report group before deleting the report group.
    • false - You must delete any reports in the report group. This is the default value. If you delete a report group that contains one or more reports, an exception is thrown.
    ExportConfig ReportGroupReportExportConfig
    Information about the destination where the raw data of this ReportGroup is exported.
    Id string
    Tags Tag

    A list of tag key and value pairs associated with this report group.

    These tags are available for use by AWS services that support AWS CodeBuild report group tags.

    arn string
    The ARN of the AWS CodeBuild report group, such as arn:aws:codebuild:region:123456789012:report-group/myReportGroupName .
    delete_reports bool
    When deleting a report group, specifies if reports within the report group should be deleted.

    • true - Deletes any reports that belong to the report group before deleting the report group.
    • false - You must delete any reports in the report group. This is the default value. If you delete a report group that contains one or more reports, an exception is thrown.
    export_config object
    Information about the destination where the raw data of this ReportGroup is exported.
    id string
    tags list(object)

    A list of tag key and value pairs associated with this report group.

    These tags are available for use by AWS services that support AWS CodeBuild report group tags.

    arn String
    The ARN of the AWS CodeBuild report group, such as arn:aws:codebuild:region:123456789012:report-group/myReportGroupName .
    deleteReports Boolean
    When deleting a report group, specifies if reports within the report group should be deleted.

    • true - Deletes any reports that belong to the report group before deleting the report group.
    • false - You must delete any reports in the report group. This is the default value. If you delete a report group that contains one or more reports, an exception is thrown.
    exportConfig ReportGroupReportExportConfig
    Information about the destination where the raw data of this ReportGroup is exported.
    id String
    tags List<Tag>

    A list of tag key and value pairs associated with this report group.

    These tags are available for use by AWS services that support AWS CodeBuild report group tags.

    arn string
    The ARN of the AWS CodeBuild report group, such as arn:aws:codebuild:region:123456789012:report-group/myReportGroupName .
    deleteReports boolean
    When deleting a report group, specifies if reports within the report group should be deleted.

    • true - Deletes any reports that belong to the report group before deleting the report group.
    • false - You must delete any reports in the report group. This is the default value. If you delete a report group that contains one or more reports, an exception is thrown.
    exportConfig ReportGroupReportExportConfig
    Information about the destination where the raw data of this ReportGroup is exported.
    id string
    tags Tag[]

    A list of tag key and value pairs associated with this report group.

    These tags are available for use by AWS services that support AWS CodeBuild report group tags.

    arn str
    The ARN of the AWS CodeBuild report group, such as arn:aws:codebuild:region:123456789012:report-group/myReportGroupName .
    delete_reports bool
    When deleting a report group, specifies if reports within the report group should be deleted.

    • true - Deletes any reports that belong to the report group before deleting the report group.
    • false - You must delete any reports in the report group. This is the default value. If you delete a report group that contains one or more reports, an exception is thrown.
    export_config ReportGroupReportExportConfig
    Information about the destination where the raw data of this ReportGroup is exported.
    id str
    tags Sequence[root_Tag]

    A list of tag key and value pairs associated with this report group.

    These tags are available for use by AWS services that support AWS CodeBuild report group tags.

    arn String
    The ARN of the AWS CodeBuild report group, such as arn:aws:codebuild:region:123456789012:report-group/myReportGroupName .
    deleteReports Boolean
    When deleting a report group, specifies if reports within the report group should be deleted.

    • true - Deletes any reports that belong to the report group before deleting the report group.
    • false - You must delete any reports in the report group. This is the default value. If you delete a report group that contains one or more reports, an exception is thrown.
    exportConfig Property Map
    Information about the destination where the raw data of this ReportGroup is exported.
    id String
    tags List<Property Map>

    A list of tag key and value pairs associated with this report group.

    These tags are available for use by AWS services that support AWS CodeBuild report group tags.

    Supporting Types

    ReportGroupReportExportConfig

    ExportConfigType string
    The export configuration type. Valid values are:

    • S3 : The report results are exported to an S3 bucket.
    • NO_EXPORT : The report results are not exported.
    S3Destination Pulumi.AwsNative.CodeBuild.Inputs.ReportGroupS3ReportExportConfig
    A S3ReportExportConfig object that contains information about the S3 bucket where the run of a report is exported.
    ExportConfigType string
    The export configuration type. Valid values are:

    • S3 : The report results are exported to an S3 bucket.
    • NO_EXPORT : The report results are not exported.
    S3Destination ReportGroupS3ReportExportConfig
    A S3ReportExportConfig object that contains information about the S3 bucket where the run of a report is exported.
    export_config_type string
    The export configuration type. Valid values are:

    • S3 : The report results are exported to an S3 bucket.
    • NO_EXPORT : The report results are not exported.
    s3_destination object
    A S3ReportExportConfig object that contains information about the S3 bucket where the run of a report is exported.
    exportConfigType String
    The export configuration type. Valid values are:

    • S3 : The report results are exported to an S3 bucket.
    • NO_EXPORT : The report results are not exported.
    s3Destination ReportGroupS3ReportExportConfig
    A S3ReportExportConfig object that contains information about the S3 bucket where the run of a report is exported.
    exportConfigType string
    The export configuration type. Valid values are:

    • S3 : The report results are exported to an S3 bucket.
    • NO_EXPORT : The report results are not exported.
    s3Destination ReportGroupS3ReportExportConfig
    A S3ReportExportConfig object that contains information about the S3 bucket where the run of a report is exported.
    export_config_type str
    The export configuration type. Valid values are:

    • S3 : The report results are exported to an S3 bucket.
    • NO_EXPORT : The report results are not exported.
    s3_destination ReportGroupS3ReportExportConfig
    A S3ReportExportConfig object that contains information about the S3 bucket where the run of a report is exported.
    exportConfigType String
    The export configuration type. Valid values are:

    • S3 : The report results are exported to an S3 bucket.
    • NO_EXPORT : The report results are not exported.
    s3Destination Property Map
    A S3ReportExportConfig object that contains information about the S3 bucket where the run of a report is exported.

    ReportGroupS3ReportExportConfig

    Bucket string
    The name of the S3 bucket where the raw data of a report are exported.
    BucketOwner string
    The AWS account identifier of the owner of the Amazon S3 bucket. This allows report data to be exported to an Amazon S3 bucket that is owned by an account other than the account running the build.
    EncryptionDisabled bool
    A boolean value that specifies if the results of a report are encrypted.
    EncryptionKey string
    The encryption key for the report's encrypted raw data.
    Packaging string
    The type of build output artifact to create. Valid values include:

    • NONE : CodeBuild creates the raw data in the output bucket. This is the default if packaging is not specified.
    • ZIP : CodeBuild creates a ZIP file with the raw data in the output bucket.
    Path string
    The path to the exported report's raw data results.
    Bucket string
    The name of the S3 bucket where the raw data of a report are exported.
    BucketOwner string
    The AWS account identifier of the owner of the Amazon S3 bucket. This allows report data to be exported to an Amazon S3 bucket that is owned by an account other than the account running the build.
    EncryptionDisabled bool
    A boolean value that specifies if the results of a report are encrypted.
    EncryptionKey string
    The encryption key for the report's encrypted raw data.
    Packaging string
    The type of build output artifact to create. Valid values include:

    • NONE : CodeBuild creates the raw data in the output bucket. This is the default if packaging is not specified.
    • ZIP : CodeBuild creates a ZIP file with the raw data in the output bucket.
    Path string
    The path to the exported report's raw data results.
    bucket string
    The name of the S3 bucket where the raw data of a report are exported.
    bucket_owner string
    The AWS account identifier of the owner of the Amazon S3 bucket. This allows report data to be exported to an Amazon S3 bucket that is owned by an account other than the account running the build.
    encryption_disabled bool
    A boolean value that specifies if the results of a report are encrypted.
    encryption_key string
    The encryption key for the report's encrypted raw data.
    packaging string
    The type of build output artifact to create. Valid values include:

    • NONE : CodeBuild creates the raw data in the output bucket. This is the default if packaging is not specified.
    • ZIP : CodeBuild creates a ZIP file with the raw data in the output bucket.
    path string
    The path to the exported report's raw data results.
    bucket String
    The name of the S3 bucket where the raw data of a report are exported.
    bucketOwner String
    The AWS account identifier of the owner of the Amazon S3 bucket. This allows report data to be exported to an Amazon S3 bucket that is owned by an account other than the account running the build.
    encryptionDisabled Boolean
    A boolean value that specifies if the results of a report are encrypted.
    encryptionKey String
    The encryption key for the report's encrypted raw data.
    packaging String
    The type of build output artifact to create. Valid values include:

    • NONE : CodeBuild creates the raw data in the output bucket. This is the default if packaging is not specified.
    • ZIP : CodeBuild creates a ZIP file with the raw data in the output bucket.
    path String
    The path to the exported report's raw data results.
    bucket string
    The name of the S3 bucket where the raw data of a report are exported.
    bucketOwner string
    The AWS account identifier of the owner of the Amazon S3 bucket. This allows report data to be exported to an Amazon S3 bucket that is owned by an account other than the account running the build.
    encryptionDisabled boolean
    A boolean value that specifies if the results of a report are encrypted.
    encryptionKey string
    The encryption key for the report's encrypted raw data.
    packaging string
    The type of build output artifact to create. Valid values include:

    • NONE : CodeBuild creates the raw data in the output bucket. This is the default if packaging is not specified.
    • ZIP : CodeBuild creates a ZIP file with the raw data in the output bucket.
    path string
    The path to the exported report's raw data results.
    bucket str
    The name of the S3 bucket where the raw data of a report are exported.
    bucket_owner str
    The AWS account identifier of the owner of the Amazon S3 bucket. This allows report data to be exported to an Amazon S3 bucket that is owned by an account other than the account running the build.
    encryption_disabled bool
    A boolean value that specifies if the results of a report are encrypted.
    encryption_key str
    The encryption key for the report's encrypted raw data.
    packaging str
    The type of build output artifact to create. Valid values include:

    • NONE : CodeBuild creates the raw data in the output bucket. This is the default if packaging is not specified.
    • ZIP : CodeBuild creates a ZIP file with the raw data in the output bucket.
    path str
    The path to the exported report's raw data results.
    bucket String
    The name of the S3 bucket where the raw data of a report are exported.
    bucketOwner String
    The AWS account identifier of the owner of the Amazon S3 bucket. This allows report data to be exported to an Amazon S3 bucket that is owned by an account other than the account running the build.
    encryptionDisabled Boolean
    A boolean value that specifies if the results of a report are encrypted.
    encryptionKey String
    The encryption key for the report's encrypted raw data.
    packaging String
    The type of build output artifact to create. Valid values include:

    • NONE : CodeBuild creates the raw data in the output bucket. This is the default if packaging is not specified.
    • ZIP : CodeBuild creates a ZIP file with the raw data in the output bucket.
    path String
    The path to the exported report's raw data results.

    Tag

    Key string
    The key name of the tag
    Value string
    The value of the tag
    Key string
    The key name of the tag
    Value string
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key str
    The key name of the tag
    value str
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo aws-native logo

    We recommend new projects start with resources from the AWS provider.

    Viewing docs for AWS Cloud Control v1.79.0
    published on Monday, Sep 14, 2026 by Pulumi

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial