Class CatalogProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.glue.alpha.CatalogProps.Jsii$Proxy
- All Implemented Interfaces:
CatalogEncryptionOptions,CatalogProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CatalogProps
@Stability(Experimental)
@Internal
public static final class CatalogProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CatalogProps
An implementation for
CatalogProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.glue.alpha.CatalogProps
CatalogProps.Builder, CatalogProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CatalogProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCatalogProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal String(experimental) The name of the catalog.(experimental) Connection-password encryption configuration for the catalog.final String(experimental) A description of the catalog.(experimental) Encryption-at-rest configuration for the catalog.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCatalogProps.Builder.
-
-
Method Details
-
getCatalogName
Description copied from interface:CatalogProps(experimental) The name of the catalog.- Specified by:
getCatalogNamein interfaceCatalogProps
-
getDescription
Description copied from interface:CatalogProps(experimental) A description of the catalog.Default: - no description
- Specified by:
getDescriptionin interfaceCatalogProps
-
getConnectionPasswordEncryption
Description copied from interface:CatalogEncryptionOptions(experimental) Connection-password encryption configuration for the catalog.Default: - connection-password encryption is not managed by CDK
- Specified by:
getConnectionPasswordEncryptionin interfaceCatalogEncryptionOptions
-
getEncryptionAtRest
Description copied from interface:CatalogEncryptionOptions(experimental) Encryption-at-rest configuration for the catalog.Default: - encryption at rest is not managed by CDK (the catalog default applies)
- Specified by:
getEncryptionAtRestin interfaceCatalogEncryptionOptions
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-