SchemaArgs

data class SchemaArgs(val content: Output<String>? = null, val description: Output<String>? = null, val registryName: Output<String>? = null, val schemaName: Output<String>? = null, val tags: Output<List<TagArgs>>? = null, val type: Output<String>? = null) : ConvertibleToJava<SchemaArgs>

Resource Type definition for AWS::EventSchemas::Schema

Example Usage

Example

No Java example available.

Constructors

Link copied to clipboard
constructor(content: Output<String>? = null, description: Output<String>? = null, registryName: Output<String>? = null, schemaName: Output<String>? = null, tags: Output<List<TagArgs>>? = null, type: Output<String>? = null)

Properties

Link copied to clipboard
val content: Output<String>? = null

The source of the schema definition.

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

A description of the schema.

Link copied to clipboard
val registryName: Output<String>? = null

The name of the schema registry.

Link copied to clipboard
val schemaName: Output<String>? = null

The name of the schema.

Link copied to clipboard
val tags: Output<List<TagArgs>>? = null

Tags associated with the resource.

Link copied to clipboard
val type: Output<String>? = null

The type of schema. Valid types include OpenApi3 and JSONSchemaDraft4.

Functions

Link copied to clipboard
open override fun toJava(): SchemaArgs