@Generated(value="jsii-pacmak/1.24.0 (build b722f66)", date="2021-03-11T13:46:51.400Z") @Stability(value=Stable) public class ReportGroup extends Resource implements IReportGroup
| Modifier and Type | Class and Description |
|---|---|
static class |
ReportGroup.Builder
A fluent builder for
ReportGroup. |
software.amazon.jsii.JsiiObject.InitializationModeIReportGroup.Jsii$Default, IReportGroup.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
|
ReportGroup(software.constructs.Construct scope,
String id) |
|
ReportGroup(software.constructs.Construct scope,
String id,
ReportGroupProps props) |
protected |
ReportGroup(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
ReportGroup(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
static IReportGroup |
fromReportGroupName(software.constructs.Construct scope,
String id,
String reportGroupName)
Reference an existing ReportGroup, defined outside of the CDK code, by name.
|
protected IBucket |
getExportBucket() |
String |
getReportGroupArn()
The ARN of the ReportGroup.
|
String |
getReportGroupName()
The name of the ReportGroup.
|
Grant |
grantWrite(IGrantable identity)
Grants the given entity permissions to write (that is, upload reports to) this report group.
|
applyRemovalPolicy, generatePhysicalName, getEnv, getPhysicalName, getResourceArnAttribute, getResourceNameAttribute, getStack, isResourcegetNode, isConstruct, onPrepare, onSynthesize, onValidate, prepare, synthesize, validatejsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetNodeprotected ReportGroup(software.amazon.jsii.JsiiObjectRef objRef)
protected ReportGroup(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
public ReportGroup(@NotNull
software.constructs.Construct scope,
@NotNull
String id,
@Nullable
ReportGroupProps props)
scope - This parameter is required.id - This parameter is required.props - @Stability(value=Stable)
public ReportGroup(@NotNull
software.constructs.Construct scope,
@NotNull
String id)
scope - This parameter is required.id - This parameter is required.@Stability(value=Stable) @NotNull public static IReportGroup fromReportGroupName(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull String reportGroupName)
scope - This parameter is required.id - This parameter is required.reportGroupName - This parameter is required.@Stability(value=Stable) @NotNull public Grant grantWrite(@NotNull IGrantable identity)
grantWrite in interface IReportGroupidentity - This parameter is required.@Stability(value=Stable) @NotNull public String getReportGroupArn()
getReportGroupArn in interface IReportGroup@Stability(value=Stable) @NotNull public String getReportGroupName()
getReportGroupName in interface IReportGroup@Stability(value=Stable) @Nullable protected IBucket getExportBucket()
Copyright © 2021. All rights reserved.