Class NoneDataSource

java.lang.Object
software.amazon.jsii.JsiiObject
software.constructs.Construct
All Implemented Interfaces:
IConstruct, IDependable, software.amazon.jsii.JsiiSerializable, software.constructs.IConstruct

@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-19T16:30:49.550Z") @Stability(Experimental) public class NoneDataSource extends BaseDataSource
(experimental) An AppSync dummy datasource.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.appsync.*;
 GraphqlApi graphqlApi;
 NoneDataSource noneDataSource = NoneDataSource.Builder.create(this, "MyNoneDataSource")
         .api(graphqlApi)
         // the properties below are optional
         .description("description")
         .name("name")
         .build();
 
  • Constructor Details

    • NoneDataSource

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

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

      @Stability(Experimental) public NoneDataSource(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull NoneDataSourceProps props)
      Parameters:
      scope - This parameter is required.
      id - This parameter is required.
      props - This parameter is required.