Class: Aws::Appflow::Types::MetadataCatalogConfig

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-appflow/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

Instance Attribute Details

#glue_data_catalogTypes::GlueDataCatalogConfig

Specifies the configuration that Amazon AppFlow uses when it catalogs your data with the Glue Data Catalog.



3252
3253
3254
3255
3256
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 3252

class MetadataCatalogConfig < Struct.new(
  :glue_data_catalog)
  SENSITIVE = []
  include Aws::Structure
end