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
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnApplication.DataSourcePropertystatic final classAn 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
-