ReportGroupReference
- class aws_cdk.interfaces.aws_codebuild.ReportGroupReference(*, report_group_arn)
Bases:
objectA reference to a ReportGroup resource.
- Parameters:
report_group_arn (
str) – The Arn of the ReportGroup resource.- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. from aws_cdk.interfaces import aws_codebuild as interfaces_codebuild report_group_reference = interfaces_codebuild.ReportGroupReference( report_group_arn="reportGroupArn" )
Attributes
- report_group_arn
The Arn of the ReportGroup resource.