@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-07T23:47:01.090Z") @Stability(value=Experimental) public interface OpenSearchDataSourceProps extends software.amazon.jsii.JsiiSerializable, BackedDataSourceProps
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.*;
import software.amazon.awscdk.services.iam.*;
import software.amazon.awscdk.services.opensearchservice.*;
Domain domain;
GraphqlApi graphqlApi;
Role role;
OpenSearchDataSourceProps openSearchDataSourceProps = OpenSearchDataSourceProps.builder()
.api(graphqlApi)
.domain(domain)
// the properties below are optional
.description("description")
.name("name")
.serviceRole(role)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
OpenSearchDataSourceProps.Builder
A builder for
OpenSearchDataSourceProps |
static class |
OpenSearchDataSourceProps.Jsii$Proxy
An implementation for
OpenSearchDataSourceProps |
| Modifier and Type | Method and Description |
|---|---|
static OpenSearchDataSourceProps.Builder |
builder() |
IDomain |
getDomain()
(experimental) The OpenSearch domain containing the endpoint for the data source.
|
getServiceRolegetApi, getDescription, getName@Stability(value=Experimental) @NotNull IDomain getDomain()
@Stability(value=Experimental) static OpenSearchDataSourceProps.Builder builder()
builder in interface BackedDataSourcePropsbuilder in interface BaseDataSourcePropsOpenSearchDataSourceProps.Builder of OpenSearchDataSourcePropsCopyright © 2022. All rights reserved.