Interface CfnSchema.RegistryProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnSchema.RegistryProperty.Jsii$Proxy
Enclosing class:
CfnSchema

@Stability(Stable) public static interface CfnSchema.RegistryProperty extends software.amazon.jsii.JsiiSerializable
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 software.amazon.awscdk.services.glue.*;
 RegistryProperty registryProperty = RegistryProperty.builder()
         .arn("arn")
         .name("name")
         .build();
 

See Also: