interface RegistryProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Glue.CfnSchema.RegistryProperty |
![]() | software.amazon.awscdk.services.glue.CfnSchema.RegistryProperty |
![]() | aws_cdk.aws_glue.CfnSchema.RegistryProperty |
![]() | @aws-cdk/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 * as glue from '@aws-cdk/aws-glue';
const registryProperty: glue.CfnSchema.RegistryProperty = {
arn: 'arn',
name: 'name',
};
Properties
Name | Type | Description |
---|---|---|
arn? | string | The Amazon Resource Name (ARN) of the registry. |
name? | string | The 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.