Method: Aws::Glue::Types::S3HudiCatalogTarget#schema_change_policy

Defined in:
lib/aws-sdk-glue/types.rb

#schema_change_policyTypes::CatalogSchemaChangePolicy

A policy that specifies update behavior for the crawler.



22079
22080
22081
22082
22083
22084
22085
22086
22087
22088
22089
# File 'lib/aws-sdk-glue/types.rb', line 22079

class S3HudiCatalogTarget < Struct.new(
  :name,
  :inputs,
  :partition_keys,
  :table,
  :database,
  :additional_options,
  :schema_change_policy)
  SENSITIVE = []
  include Aws::Structure
end