interface S3GlueDataCatalogProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.OpenSearch.CfnDataSource.S3GlueDataCatalogProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsopensearch#CfnDataSource_S3GlueDataCatalogProperty |
Java | software.amazon.awscdk.services.opensearch.CfnDataSource.S3GlueDataCatalogProperty |
Python | aws_cdk.aws_opensearch.CfnDataSource.S3GlueDataCatalogProperty |
TypeScript | aws-cdk-lib » aws_opensearch » CfnDataSource » S3GlueDataCatalogProperty |
Configuration for an S3 Glue Data Catalog 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 s3GlueDataCatalogProperty: opensearch.CfnDataSource.S3GlueDataCatalogProperty = {
roleArn: 'roleArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| role | string | The ARN of the IAM role that grants OpenSearch Service permission to access the Glue Data Catalog. |
roleArn
Type:
string
The ARN of the IAM role that grants OpenSearch Service permission to access the Glue Data Catalog.

.NET
Go
Java
Python
TypeScript