Class BackedDataSource
java.lang.Object
software.amazon.jsii.JsiiObject
software.constructs.Construct
software.amazon.awscdk.services.appsync.BaseDataSource
software.amazon.awscdk.services.appsync.BackedDataSource
- All Implemented Interfaces:
IGrantable
,software.amazon.jsii.JsiiSerializable
,software.constructs.IConstruct
,software.constructs.IDependable
- Direct Known Subclasses:
DynamoDbDataSource
,ElasticsearchDataSource
,EventBridgeDataSource
,HttpDataSource
,LambdaDataSource
,OpenSearchDataSource
,RdsDataSource
@Generated(value="jsii-pacmak/1.104.0 (build e79254c)",
date="2024-12-17T21:37:26.393Z")
@Stability(Stable)
public abstract class BackedDataSource
extends BaseDataSource
implements IGrantable
Abstract AppSync datasource implementation.
Do not use directly but use subclasses for resource backed datasources
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$Default
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.iam.IGrantable
IGrantable.Jsii$Default
-
Constructor Summary
ModifierConstructorDescriptionprotected
BackedDataSource
(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protected
BackedDataSource
(software.amazon.jsii.JsiiObjectRef objRef) protected
BackedDataSource
(software.constructs.Construct scope, String id, BackedDataSourceProps props, ExtendedDataSourceProps extended) -
Method Summary
Modifier and TypeMethodDescriptionthe principal of the data source to be IGrantable.Methods inherited from class software.amazon.awscdk.services.appsync.BaseDataSource
createFunction, createResolver, getApi, getDs, getName, getServiceRole, setApi, setServiceRole
Methods inherited from class software.constructs.Construct
getNode, isConstruct, toString
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Constructor Details
-
BackedDataSource
protected BackedDataSource(software.amazon.jsii.JsiiObjectRef objRef) -
BackedDataSource
protected BackedDataSource(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) -
BackedDataSource
@Stability(Stable) protected BackedDataSource(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull BackedDataSourceProps props, @NotNull ExtendedDataSourceProps extended) - Parameters:
scope
- This parameter is required.id
- This parameter is required.props
- This parameter is required.extended
- This parameter is required.
-
-
Method Details
-
getGrantPrincipal
the principal of the data source to be IGrantable.- Specified by:
getGrantPrincipal
in interfaceIGrantable
-