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.121.0 (build d7af9b9)",
date="2025-12-18T18:20:05.074Z")
@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.InitializationModeNested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$DefaultNested classes/interfaces inherited from interface software.amazon.awscdk.services.iam.IGrantable
IGrantable.Jsii$Default -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedBackedDataSource(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protectedBackedDataSource(software.amazon.jsii.JsiiObjectRef objRef) protectedBackedDataSource(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, setServiceRoleMethods inherited from class software.constructs.Construct
getNode, isConstruct, toStringMethods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods 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:
getGrantPrincipalin interfaceIGrantable
-