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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnCatalog.FederatedCatalogPropertystatic final classAn implementation forCfnCatalog.FederatedCatalogProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getConnectionName
The name of the connection to an external data source.- See Also:
-
getIdentifier
A unique identifier for the federated catalog.- See Also:
-
builder
-