@Stability(value=Stable) @Internal public static final class CfnDataCatalogProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnDataCatalogProps
CfnDataCatalogProps
software.amazon.jsii.JsiiObject.InitializationMode
CfnDataCatalogProps.Builder, CfnDataCatalogProps.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(CfnDataCatalogProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnDataCatalogProps.Builder . |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getDescription()
A description of the data catalog.
|
String |
getName()
The name of the data catalog.
|
Object |
getParameters()
Specifies the Lambda function or functions to use for the data catalog.
|
List<CfnTag> |
getTags()
The tags (key-value pairs) to associate with this resource.
|
String |
getType()
The type of data catalog: `LAMBDA` for a federated catalog, `GLUE` for AWS Glue Catalog, or `HIVE` for an external hive metastore.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.protected Jsii$Proxy(CfnDataCatalogProps.Builder builder)
CfnDataCatalogProps.Builder
.public final String getName()
CfnDataCatalogProps
The catalog name must be unique for the AWS account and can use a maximum of 128 alphanumeric, underscore, at sign, or hyphen characters.
getName
in interface CfnDataCatalogProps
public final String getType()
CfnDataCatalogProps
getType
in interface CfnDataCatalogProps
public final String getDescription()
CfnDataCatalogProps
getDescription
in interface CfnDataCatalogProps
public final Object getParameters()
CfnDataCatalogProps
The mapping used depends on the catalog type.
HIVE
data catalog type uses the following syntax. The metadata-function
parameter is required. The sdk-version
parameter is optional and defaults to the currently supported version.
metadata-function= *lambda_arn* , sdk-version= *version_number*
LAMBDA
data catalog type uses one of the following sets of required parameters, but not both.
metadata-function= *lambda_arn* , record-function= *lambda_arn*
function= *lambda_arn*
GLUE
type takes a catalog ID parameter and is required. The *catalog_id*
is the account ID of the AWS account to which the Glue catalog belongs.
catalog-id= *catalog_id*
GLUE
data catalog type also applies to the default AwsDataCatalog
that already exists in your account, of which you can have only one and cannot modify.AwsDataCatalog
must be run on Athena engine version 2.INVALID_INPUT
error.getParameters
in interface CfnDataCatalogProps
public final List<CfnTag> getTags()
CfnDataCatalogProps
getTags
in interface CfnDataCatalogProps
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson
in interface software.amazon.jsii.JsiiSerializable
Copyright © 2023. All rights reserved.