Class: Aws::Appflow::Types::MetadataCatalogConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::Appflow::Types::MetadataCatalogConfig
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appflow/types.rb
Overview
Specifies the configuration that Amazon AppFlow uses when it catalogs your data. When Amazon AppFlow catalogs your data, it stores metadata in a data catalog.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#glue_data_catalog ⇒ Types::GlueDataCatalogConfig
Specifies the configuration that Amazon AppFlow uses when it catalogs your data with the Glue Data Catalog.
Instance Attribute Details
#glue_data_catalog ⇒ Types::GlueDataCatalogConfig
Specifies the configuration that Amazon AppFlow uses when it catalogs your data with the Glue Data Catalog.
3252 3253 3254 3255 3256 |
# File 'lib/aws-sdk-appflow/types.rb', line 3252 class MetadataCatalogConfig < Struct.new( :glue_data_catalog) SENSITIVE = [] include Aws::Structure end |