interface DataSourceTypeProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.OpenSearch.CfnDataSource.DataSourceTypeProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsopensearch#CfnDataSource_DataSourceTypeProperty |
Java | software.amazon.awscdk.services.opensearch.CfnDataSource.DataSourceTypeProperty |
Python | aws_cdk.aws_opensearch.CfnDataSource.DataSourceTypeProperty |
TypeScript | aws-cdk-lib » aws_opensearch » CfnDataSource » DataSourceTypeProperty |
The type of data source.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_opensearch as opensearch } from 'aws-cdk-lib';
const dataSourceTypeProperty: opensearch.CfnDataSource.DataSourceTypeProperty = {
s3GlueDataCatalog: {
roleArn: 'roleArn',
},
};
Properties
| Name | Type | Description |
|---|---|---|
| s3 | IResolvable | S3 | Configuration for an S3 Glue Data Catalog data source. |
s3GlueDataCatalog?
Type:
IResolvable | S3
(optional)
Configuration for an S3 Glue Data Catalog data source.

.NET
Go
Java
Python
TypeScript