aws-cdk-lib.aws_eventschemas.CfnRegistryProps

interface CfnRegistryProps

LanguageType name
.NETAmazon.CDK.AWS.EventSchemas.CfnRegistryProps
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awseventschemas#CfnRegistryProps
Javasoftware.amazon.awscdk.services.eventschemas.CfnRegistryProps
Pythonaws_cdk.aws_eventschemas.CfnRegistryProps
TypeScript aws-cdk-lib » aws_eventschemas » CfnRegistryProps

Properties for defining a CfnRegistry.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_eventschemas as eventschemas } from 'aws-cdk-lib';
const cfnRegistryProps: eventschemas.CfnRegistryProps = {
  description: 'description',
  registryName: 'registryName',
  tags: [{
    key: 'key',
    value: 'value',
  }],
};

Properties

NameTypeDescription
description?stringA description of the registry to be created.
registryName?stringThe name of the schema registry.
tags?TagsEntryProperty[]Tags to associate with the registry.

description?

Type: string (optional)

A description of the registry to be created.


registryName?

Type: string (optional)

The name of the schema registry.


tags?

Type: TagsEntryProperty[] (optional)

Tags to associate with the registry.