@Generated(value="jsii-pacmak/1.73.0 (build 6faeda3)", date="2023-01-31T18:37:02.354Z") public interface NoneDataSourceProps extends BaseDataSourceProps
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; NoneDataSourceProps noneDataSourceProps = NoneDataSourceProps.builder() .api(graphqlApi) // the properties below are optional .description("description") .name("name") .build();
Modifier and Type | Interface and Description |
---|---|
static class |
NoneDataSourceProps.Builder
A builder for
NoneDataSourceProps |
static class |
NoneDataSourceProps.Jsii$Proxy
An implementation for
NoneDataSourceProps |
Modifier and Type | Method and Description |
---|---|
static NoneDataSourceProps.Builder |
builder() |
getApi, getDescription, getName
static NoneDataSourceProps.Builder builder()
builder
in interface BaseDataSourceProps
NoneDataSourceProps.Builder
of NoneDataSourceProps