SchemaArgs

constructor(connectionId: Output<String>? = null, content: Output<String>? = null, direction: Output<Either<String, SchemaDirection>>? = null, id: Output<String>? = null, name: Output<String>? = null, schemaType: Output<Either<String, SchemaType>>? = null, schemaUri: Output<String>? = null, status: Output<Either<String, SchemaStatus>>? = null)