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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnDataSource.S3GlueDataCatalogPropertystatic final classAn implementation forCfnDataSource.S3GlueDataCatalogProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()The ARN of the IAM role that grants OpenSearch Service permission to access the Glue Data Catalog.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getRoleArn
The ARN of the IAM role that grants OpenSearch Service permission to access the Glue Data Catalog.- See Also:
-
builder
-