Class: Aws::Glue::Types::CreateCatalogRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-glue/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#catalog_inputTypes::CatalogInput

A CatalogInput object that defines the metadata for the catalog.



5310
5311
5312
5313
5314
5315
5316
# File 'lib/aws-sdk-glue/types.rb', line 5310

class CreateCatalogRequest < Struct.new(
  :name,
  :catalog_input,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the catalog to create.



5310
5311
5312
5313
5314
5315
5316
# File 'lib/aws-sdk-glue/types.rb', line 5310

class CreateCatalogRequest < Struct.new(
  :name,
  :catalog_input,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

A map array of key-value pairs, not more than 50 pairs. Each key is a UTF-8 string, not less than 1 or more than 128 bytes long. Each value is a UTF-8 string, not more than 256 bytes long. The tags you assign to the catalog.



5310
5311
5312
5313
5314
5315
5316
# File 'lib/aws-sdk-glue/types.rb', line 5310

class CreateCatalogRequest < Struct.new(
  :name,
  :catalog_input,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end