Interface CfnDataSource.S3GlueDataCatalogProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnDataSource.S3GlueDataCatalogProperty.Jsii$Proxy
Enclosing class:
CfnDataSource

@Stability(Stable) public static interface CfnDataSource.S3GlueDataCatalogProperty extends software.amazon.jsii.JsiiSerializable
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 software.amazon.awscdk.services.opensearch.*;
 S3GlueDataCatalogProperty s3GlueDataCatalogProperty = S3GlueDataCatalogProperty.builder()
         .roleArn("roleArn")
         .build();
 

See Also: