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();
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnSchema.RegistryProperty
static final class
An implementation forCfnSchema.RegistryProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getArn
The Amazon Resource Name (ARN) of the registry. -
getName
The name of the registry. -
builder
- Returns:
- a
CfnSchema.RegistryProperty.Builder
ofCfnSchema.RegistryProperty
-