@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-07T23:47:00.942Z") @Stability(value=Experimental) public abstract class BackedDataSource extends BaseDataSource implements IGrantable
Do not use directly but use subclasses for resource backed datasources
software.constructs.Construct.Buildersoftware.amazon.jsii.JsiiObject.InitializationModeIGrantable.Jsii$DefaultIConstruct.Jsii$Default| Modifier | Constructor and Description |
|---|---|
protected |
BackedDataSource(software.constructs.Construct scope,
String id,
BackedDataSourceProps props,
ExtendedDataSourceProps extended) |
protected |
BackedDataSource(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
BackedDataSource(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
IPrincipal |
getGrantPrincipal()
(experimental) the principal of the data source to be IGrantable.
|
createFunction, createResolver, getApi, getDs, getName, getServiceRole, setApi, setServiceRolegetNode, isConstruct, onPrepare, onSynthesize, onValidate, prepare, synthesize, validatejsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected BackedDataSource(software.amazon.jsii.JsiiObjectRef objRef)
protected BackedDataSource(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Experimental)
protected BackedDataSource(@NotNull
software.constructs.Construct scope,
@NotNull
String id,
@NotNull
BackedDataSourceProps props,
@NotNull
ExtendedDataSourceProps extended)
scope - This parameter is required.id - This parameter is required.props - This parameter is required.extended - This parameter is required.@Stability(value=Experimental) @NotNull public IPrincipal getGrantPrincipal()
getGrantPrincipal in interface IGrantableCopyright © 2022. All rights reserved.