Class BackedDataSource

java.lang.Object
software.amazon.jsii.JsiiObject
software.constructs.Construct
All Implemented Interfaces:
IConstruct, IDependable, IGrantable, software.amazon.jsii.JsiiSerializable, software.constructs.IConstruct
Direct Known Subclasses:
DynamoDbDataSource, ElasticsearchDataSource, HttpDataSource, LambdaDataSource, OpenSearchDataSource, RdsDataSource

@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-19T16:30:49.365Z") @Stability(Experimental) public abstract class BackedDataSource extends BaseDataSource implements IGrantable
(experimental) Abstract AppSync datasource implementation.

Do not use directly but use subclasses for resource backed datasources

  • Constructor Details

    • BackedDataSource

      protected BackedDataSource(software.amazon.jsii.JsiiObjectRef objRef)
    • BackedDataSource

      protected BackedDataSource(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
    • BackedDataSource

      @Stability(Experimental) 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

      @Stability(Experimental) @NotNull public IPrincipal getGrantPrincipal()
      (experimental) the principal of the data source to be IGrantable.
      Specified by:
      getGrantPrincipal in interface IGrantable