@Stability(value=Stable) @Internal public static final class CfnDeliveryStream.SchemaConfigurationProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnDeliveryStream.SchemaConfigurationProperty
CfnDeliveryStream.SchemaConfigurationPropertysoftware.amazon.jsii.JsiiObject.InitializationModeCfnDeliveryStream.SchemaConfigurationProperty.Builder, CfnDeliveryStream.SchemaConfigurationProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnDeliveryStream.SchemaConfigurationProperty.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnDeliveryStream.AmazonopensearchserviceBufferingHintsProperty.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 |
getCatalogId()
The ID of the AWS Glue Data Catalog.
|
String |
getDatabaseName()
Specifies the name of the AWS Glue database that contains the schema for the output data.
|
String |
getRegion()
If you don't specify an AWS Region, the default is the current Region.
|
String |
getRoleArn()
The role that Kinesis Data Firehose can use to access AWS Glue.
|
String |
getTableName()
Specifies the AWS Glue table that contains the column information that constitutes your data schema.
|
String |
getVersionId()
Specifies the table version for the output data schema.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnDeliveryStream.SchemaConfigurationProperty.Builder builder)
CfnDeliveryStream.AmazonopensearchserviceBufferingHintsProperty.Builder.public final String getCatalogId()
CfnDeliveryStream.SchemaConfigurationPropertyIf you don't supply this, the AWS account ID is used by default.
getCatalogId in interface CfnDeliveryStream.SchemaConfigurationPropertypublic final String getDatabaseName()
CfnDeliveryStream.SchemaConfigurationProperty
If the
SchemaConfigurationrequest parameter is used as part of invoking theCreateDeliveryStreamAPI, then theDatabaseNameproperty is required and its value must be specified.
getDatabaseName in interface CfnDeliveryStream.SchemaConfigurationPropertypublic final String getRegion()
CfnDeliveryStream.SchemaConfigurationPropertygetRegion in interface CfnDeliveryStream.SchemaConfigurationPropertypublic final String getRoleArn()
CfnDeliveryStream.SchemaConfigurationPropertyThis role must be in the same account you use for Kinesis Data Firehose. Cross-account roles aren't allowed.
If the
SchemaConfigurationrequest parameter is used as part of invoking theCreateDeliveryStreamAPI, then theRoleARNproperty is required and its value must be specified.
getRoleArn in interface CfnDeliveryStream.SchemaConfigurationPropertypublic final String getTableName()
CfnDeliveryStream.SchemaConfigurationProperty
If the
SchemaConfigurationrequest parameter is used as part of invoking theCreateDeliveryStreamAPI, then theTableNameproperty is required and its value must be specified.
getTableName in interface CfnDeliveryStream.SchemaConfigurationPropertypublic final String getVersionId()
CfnDeliveryStream.SchemaConfigurationProperty
If you don't specify this version ID, or if you set it to LATEST , Kinesis Data Firehose uses the most recent version. This means that any updates to the table are automatically picked up.
getVersionId in interface CfnDeliveryStream.SchemaConfigurationProperty@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.