aws-cdk-lib.aws_glue.CfnSchema.RegistryProperty

interface RegistryProperty

LanguageType name
.NETAmazon.CDK.AWS.Glue.CfnSchema.RegistryProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsglue#CfnSchema_RegistryProperty
Javasoftware.amazon.awscdk.services.glue.CfnSchema.RegistryProperty
Pythonaws_cdk.aws_glue.CfnSchema.RegistryProperty
TypeScript aws-cdk-lib » aws_glue » CfnSchema » RegistryProperty

Specifies a registry in the AWS Glue Schema Registry.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_glue as glue } from 'aws-cdk-lib';
const registryProperty: glue.CfnSchema.RegistryProperty = {
  arn: 'arn',
  name: 'name',
};

Properties

NameTypeDescription
arn?stringThe Amazon Resource Name (ARN) of the registry.
name?stringThe name of the registry.

arn?

Type: string (optional)

The Amazon Resource Name (ARN) of the registry.


name?

Type: string (optional)

The name of the registry.