Class CfnSchemaProps.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.glue.CfnSchemaProps.Jsii$Proxy
All Implemented Interfaces:
CfnSchemaProps, software.amazon.jsii.JsiiSerializable
Enclosing interface:
CfnSchemaProps

@Stability(Stable) @Internal public static final class CfnSchemaProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnSchemaProps
An implementation for CfnSchemaProps
  • Nested Class Summary

    Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject

    software.amazon.jsii.JsiiObject.InitializationMode

    Nested classes/interfaces inherited from interface software.amazon.awscdk.services.glue.CfnSchemaProps

    CfnSchemaProps.Builder, CfnSchemaProps.Jsii$Proxy
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the CfnSchemaProps.Builder.
    protected
    Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
    Constructor that initializes the object based on values retrieved from the JsiiObject.
  • Method Summary

    Modifier and Type
    Method
    Description
    com.fasterxml.jackson.databind.JsonNode
     
    final boolean
     
    final Object
    Specify the VersionNumber or the IsLatest for setting the checkpoint for the schema.
    final String
    The compatibility mode of the schema.
    final String
    The data format of the schema definition.
    final String
    A description of the schema if specified when created.
    final String
    Name of the schema to be created of max length of 255, and may only contain letters, numbers, hyphen, underscore, dollar sign, or hash mark.
    final Object
    The registry where a schema is stored.
    final String
    The schema definition using the DataFormat setting for SchemaName .
    final List<CfnTag>
    AWS tags that contain a key value pair and may be searched by console, command line, or API.
    final int
     

    Methods inherited from class software.amazon.jsii.JsiiObject

    jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait