@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:00:56.561Z") @Stability(value=Experimental) public class ReportGroup extends Resource implements IReportGroup
Modifier and Type | Class and Description |
---|---|
static class |
ReportGroup.Builder
(experimental) A fluent builder for
ReportGroup . |
software.amazon.jsii.JsiiObject.InitializationMode
IReportGroup.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)
(experimental) Reference an existing ReportGroup, defined outside of the CDK code, by name.
|
protected IBucket |
getExportBucket() |
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.
|
applyRemovalPolicy, generatePhysicalName, getEnv, getPhysicalName, getResourceArnAttribute, getResourceNameAttribute, getStack, isResource
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
protected ReportGroup(software.amazon.jsii.JsiiObjectRef objRef)
protected ReportGroup(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Experimental) 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=Experimental) public ReportGroup(@NotNull software.constructs.Construct scope, @NotNull String id)
scope
- This parameter is required.id
- This parameter is required.@Stability(value=Experimental) @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=Experimental) @NotNull public Grant grantWrite(@NotNull IGrantable identity)
grantWrite
in interface IReportGroup
identity
- This parameter is required.@Stability(value=Experimental) @NotNull public String getReportGroupArn()
getReportGroupArn
in interface IReportGroup
@Stability(value=Experimental) @NotNull public String getReportGroupName()
getReportGroupName
in interface IReportGroup
@Stability(value=Experimental) @Nullable protected IBucket getExportBucket()
Copyright © 2021. All rights reserved.