@Stability(value=Stable)
public static interface CfnDataSource.AmazonOpenSearchParametersProperty
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.quicksight.*;
AmazonOpenSearchParametersProperty amazonOpenSearchParametersProperty = AmazonOpenSearchParametersProperty.builder()
.domain("domain")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnDataSource.AmazonOpenSearchParametersProperty.Builder
A builder for
CfnDataSource.AmazonOpenSearchParametersProperty |
static class |
CfnDataSource.AmazonOpenSearchParametersProperty.Jsii$Proxy
An implementation for
CfnDataSource.AmazonOpenSearchParametersProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnDataSource.AmazonOpenSearchParametersProperty.Builder |
builder() |
String |
getDomain()
The OpenSearch domain.
|
@Stability(value=Stable) @NotNull String getDomain()
@Stability(value=Stable) static CfnDataSource.AmazonOpenSearchParametersProperty.Builder builder()
Copyright © 2022. All rights reserved.