Show / Hide Table of Contents

Interface IReportGroup

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.

Inherited Members
IResource.ApplyRemovalPolicy(RemovalPolicy)
IResource.Env
IResource.Stack
IConstruct.Node
Namespace: Amazon.CDK.AWS.CodeBuild
Assembly: Amazon.CDK.AWS.CodeBuild.dll
Syntax (csharp)
public interface IReportGroup : IResource, IConstruct, IDependable
Syntax (vb)
Public Interface IReportGroup
    Inherits IResource, IConstruct, IConstruct, IDependable

Synopsis

Properties

ReportGroupArn

The ARN of the ReportGroup.

ReportGroupName

The name of the ReportGroup.

Methods

GrantWrite(IGrantable)

Grants the given entity permissions to write (that is, upload reports to) this report group.

Properties

ReportGroupArn

The ARN of the ReportGroup.

string ReportGroupArn { get; }
Property Value

System.String

Remarks

Attribute: true

ReportGroupName

The name of the ReportGroup.

string ReportGroupName { get; }
Property Value

System.String

Remarks

Attribute: true

Methods

GrantWrite(IGrantable)

Grants the given entity permissions to write (that is, upload reports to) this report group.

Grant GrantWrite(IGrantable identity)
Parameters
identity IGrantable
Returns

Grant

Back to top Generated by DocFX