@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:00:55.963Z") @Stability(value=Experimental) public interface IReportGroup extends software.amazon.jsii.JsiiSerializable, IResource
ReportGroup.fromReportGroupName method, or a new one, created with the ReportGroup class.| Modifier and Type | Interface and Description |
|---|---|
static interface |
IReportGroup.Jsii$Default
Internal default implementation for
IReportGroup. |
static class |
IReportGroup.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getReportGroupArn()
(experimental) The ARN of the ReportGroup.
|
String |
getReportGroupName()
(experimental) The name of the ReportGroup.
|
Grant |
grantWrite(IGrantable identity)
(experimental) Grants the given entity permissions to write (that is, upload reports to) this report group.
|
@Stability(value=Experimental) @NotNull String getReportGroupArn()
@Stability(value=Experimental) @NotNull String getReportGroupName()
@Stability(value=Experimental) @NotNull Grant grantWrite(@NotNull IGrantable identity)
identity - This parameter is required.Copyright © 2021. All rights reserved.