@Generated(value="jsii-pacmak/1.50.0 (build d1830a4)", date="2022-01-04T15:39:03.134Z") @Stability(value=Experimental) public class NoneDataSource extends BaseDataSource
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();
| Modifier and Type | Class and Description |
|---|---|
static class |
NoneDataSource.Builder
(experimental) A fluent builder for
NoneDataSource. |
software.amazon.jsii.JsiiObject.InitializationModeIConstruct.Jsii$Default| Modifier | Constructor and Description |
|---|---|
|
NoneDataSource(software.constructs.Construct scope,
String id,
NoneDataSourceProps props) |
protected |
NoneDataSource(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
NoneDataSource(software.amazon.jsii.JsiiObjectRef objRef) |
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 NoneDataSource(software.amazon.jsii.JsiiObjectRef objRef)
protected NoneDataSource(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Experimental)
public NoneDataSource(@NotNull
software.constructs.Construct scope,
@NotNull
String id,
@NotNull
NoneDataSourceProps props)
scope - This parameter is required.id - This parameter is required.props - This parameter is required.Copyright © 2022. All rights reserved.