Interface IReportGroup.Jsii$Default
- All Superinterfaces:
software.constructs.IConstruct,software.constructs.IConstruct.Jsii$Default,software.constructs.IDependable,software.constructs.IDependable.Jsii$Default,IEnvironmentAware,IEnvironmentAware.Jsii$Default,IReportGroup,IReportGroupRef,IReportGroupRef.Jsii$Default,IResource,IResource.Jsii$Default,software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
IReportGroup.Jsii$Proxy
- Enclosing interface:
IReportGroup
@Internal
public static interface IReportGroup.Jsii$Default
extends IReportGroup, IResource.Jsii$Default, IReportGroupRef.Jsii$Default
Internal default implementation for
IReportGroup.-
Nested Class Summary
Nested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$Default, software.constructs.IConstruct.Jsii$ProxyNested classes/interfaces inherited from interface software.constructs.IDependable
software.constructs.IDependable.Jsii$Default, software.constructs.IDependable.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.interfaces.IEnvironmentAware
IEnvironmentAware.Jsii$Default, IEnvironmentAware.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.services.codebuild.IReportGroup
IReportGroup.Jsii$Default, IReportGroup.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.interfaces.codebuild.IReportGroupRef
IReportGroupRef.Jsii$Default, IReportGroupRef.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.IResource
IResource.Jsii$Default, IResource.Jsii$Proxy -
Method Summary
Modifier and TypeMethodDescriptiondefault StringThe ARN of the ReportGroup.default StringThe name of the ReportGroup.default GrantgrantWrite(IGrantable identity) Grants the given entity permissions to write (that is, upload reports to) this report group.Methods inherited from interface software.constructs.IConstruct.Jsii$Default
getNodeMethods inherited from interface software.amazon.awscdk.interfaces.IEnvironmentAware.Jsii$Default
getEnvMethods inherited from interface software.amazon.awscdk.interfaces.codebuild.IReportGroupRef.Jsii$Default
getReportGroupRefMethods inherited from interface software.amazon.awscdk.IResource.Jsii$Default
applyRemovalPolicy, getStackMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getReportGroupArn
The ARN of the ReportGroup.- Specified by:
getReportGroupArnin interfaceIReportGroup
-
getReportGroupName
The name of the ReportGroup.- Specified by:
getReportGroupNamein interfaceIReportGroup
-
grantWrite
Grants the given entity permissions to write (that is, upload reports to) this report group.- Specified by:
grantWritein interfaceIReportGroup- Parameters:
identity- This parameter is required.
-