Interface CfnApplication.DataSourceProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnApplication.DataSourceProperty.Jsii$Proxy
- Enclosing class:
CfnApplication
@Stability(Stable)
public static interface CfnApplication.DataSourceProperty
extends software.amazon.jsii.JsiiSerializable
Data sources that are associated with an OpenSearch Application.
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.opensearchservice.*; DataSourceProperty dataSourceProperty = DataSourceProperty.builder() .dataSourceArn("dataSourceArn") // the properties below are optional .dataSourceDescription("dataSourceDescription") .build();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnApplication.DataSourceProperty
static final class
An implementation forCfnApplication.DataSourceProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDataSourceArn
Amazon Resource Name (ARN) format.- See Also:
-
getDataSourceDescription
Detailed description of a data source.- See Also:
-
builder
-