class Aws::Glue::Types::CreateRegistryInput
@note When making an API call, you may pass CreateRegistryInput
data as a hash: { registry_name: "SchemaRegistryNameString", # required description: "DescriptionString", tags: { "TagKey" => "TagValue", }, }
@!attribute [rw] registry_name
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. @return [String]
@!attribute [rw] description
A description of the registry. If description is not provided, there will not be any default value for this. @return [String]
@!attribute [rw] tags
Amazon Web Services tags that contain a key value pair and may be searched by console, command line, or API. @return [Hash<String,String>]
@see docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/CreateRegistryInput AWS API Documentation
Constants
- SENSITIVE