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: