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.

Returns:



4817
4818
4819
4820
4821
4822
4823
# File 'lib/aws-sdk-glue/types.rb', line 4817

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

#nameString

The name of the catalog to create.

Returns:

  • (String)


4817
4818
4819
4820
4821
4822
4823
# File 'lib/aws-sdk-glue/types.rb', line 4817

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.

Returns:

  • (Hash<String,String>)


4817
4818
4819
4820
4821
4822
4823
# File 'lib/aws-sdk-glue/types.rb', line 4817

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