IReportGroup¶
-
class
aws_cdk.aws_codebuild.
IReportGroup
(*args, **kwds)¶ Bases:
aws_cdk.core.IResource
,typing_extensions.Protocol
The interface representing the ReportGroup resource - either an existing one, imported using the {@link ReportGroup.fromReportGroupName} method, or a new one, created with the {@link ReportGroup} class.
Methods
-
grant_write
(identity)¶ Grants the given entity permissions to write (that is, upload reports to) this report group.
- Parameters
identity (
IGrantable
) –- Return type
Attributes
-
env
¶ The environment this resource belongs to.
For resources that are created and managed by the CDK (generally, those created by creating new class instances like Role, Bucket, etc.), this is always the same as the environment of the stack they belong to; however, for imported resources (those obtained from static methods like fromRoleArn, fromBucketName, etc.), that might be different than the stack they were imported into.
- Return type
-
node
¶ The construct tree node for this construct.
- Return type
-
report_group_arn
¶ The ARN of the ReportGroup.
- Attribute
true
- Return type
str
-
report_group_name
¶ The name of the ReportGroup.
- Attribute
true
- Return type
str
-