You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Glue::Types::CreateRegistryInput

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing CreateRegistryInput as input to an Aws::Client method, you can use a vanilla Hash:

{
  registry_name: "SchemaRegistryNameString", # required
  description: "DescriptionString",
  tags: {
    "TagKey" => "TagValue",
  },
}

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

A description of the registry. If description is not provided, there will not be any default value for this.

Returns:

  • (String)

    A description of the registry.

#registry_nameString

Name of the registry to be created of max length of 255, and may only contain letters, numbers, hyphen, underscore, dollar sign, or hash mark. No whitespace.

Returns:

  • (String)

    Name of the registry to be created of max length of 255, and may only contain letters, numbers, hyphen, underscore, dollar sign, or hash mark.

#tagsHash<String,String>

AWS tags that contain a key value pair and may be searched by console, command line, or API.

Returns:

  • (Hash<String,String>)

    AWS tags that contain a key value pair and may be searched by console, command line, or API.