Registry

class Registry : KotlinCustomResource

This resource creates a Registry for authoring schemas as part of Glue Schema Registry.

Properties

Link copied to clipboard
val arn: Output<String>

Amazon Resource Name for the created Registry.

Link copied to clipboard
val description: Output<String>?

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

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val name: Output<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. No whitespace.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val tags: Output<List<Tag>>?

List of tags to tag the Registry

Link copied to clipboard
val urn: Output<String>