@Generated(value="jsii-pacmak/1.50.0 (build d1830a4)", date="2022-01-04T15:39:03.078Z") @Stability(value=Experimental) public interface DataSourceOptions extends software.amazon.jsii.JsiiSerializable
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.*;
DataSourceOptions dataSourceOptions = DataSourceOptions.builder()
.description("description")
.name("name")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
DataSourceOptions.Builder
A builder for
DataSourceOptions |
static class |
DataSourceOptions.Jsii$Proxy
An implementation for
DataSourceOptions |
| Modifier and Type | Method and Description |
|---|---|
static DataSourceOptions.Builder |
builder() |
default String |
getDescription()
(experimental) The description of the data source.
|
default String |
getName()
(experimental) The name of the data source, overrides the id given by cdk.
|
@Stability(value=Experimental) @Nullable default String getDescription()
Default: - No description
@Stability(value=Experimental) @Nullable default String getName()
Default: - generated by cdk given the id
@Stability(value=Experimental) static DataSourceOptions.Builder builder()
DataSourceOptions.Builder of DataSourceOptionsCopyright © 2022. All rights reserved.