Interface CfnCatalog.FederatedCatalogProperty

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

@Stability(Stable) public static interface CfnCatalog.FederatedCatalogProperty extends software.amazon.jsii.JsiiSerializable
A FederatedCatalog structure that references an entity outside the Glue Data Catalog.

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.glue.*;
 FederatedCatalogProperty federatedCatalogProperty = FederatedCatalogProperty.builder()
         .connectionName("connectionName")
         .identifier("identifier")
         .build();
 

See Also: