| Modifier and Type | Method and Description |
|---|---|
CfnSchema |
build() |
CfnSchema.Builder |
content(String content)
The source of the schema definition.
|
static CfnSchema.Builder |
create(software.constructs.Construct scope,
String id) |
CfnSchema.Builder |
description(String description)
A description of the schema.
|
CfnSchema.Builder |
registryName(String registryName)
The name of the schema registry.
|
CfnSchema.Builder |
schemaName(String schemaName)
The name of the schema.
|
CfnSchema.Builder |
tags(List<? extends CfnSchema.TagsEntryProperty> tags)
Tags associated with the schema.
|
CfnSchema.Builder |
type(String type)
The type of schema.
|
@Stability(value=Stable) public static CfnSchema.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnSchema.TagsEntryProperty.Builder.@Stability(value=Stable) public CfnSchema.Builder content(String content)
content - The source of the schema definition. This parameter is required.this@Stability(value=Stable) public CfnSchema.Builder registryName(String registryName)
registryName - The name of the schema registry. This parameter is required.this@Stability(value=Stable) public CfnSchema.Builder type(String type)
Valid types include OpenApi3 and JSONSchemaDraft4 .
type - The type of schema. This parameter is required.this@Stability(value=Stable) public CfnSchema.Builder description(String description)
description - A description of the schema. This parameter is required.this@Stability(value=Stable) public CfnSchema.Builder schemaName(String schemaName)
schemaName - The name of the schema. This parameter is required.this@Stability(value=Stable) public CfnSchema.Builder tags(List<? extends CfnSchema.TagsEntryProperty> tags)
tags - Tags associated with the schema. This parameter is required.thisCopyright © 2022. All rights reserved.