@Stability(value=Stable) @Internal public static final class CfnDeliveryStream.RedshiftDestinationConfigurationProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnDeliveryStream.RedshiftDestinationConfigurationProperty
CfnDeliveryStream.RedshiftDestinationConfigurationPropertysoftware.amazon.jsii.JsiiObject.InitializationModeCfnDeliveryStream.RedshiftDestinationConfigurationProperty.Builder, CfnDeliveryStream.RedshiftDestinationConfigurationProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnDeliveryStream.RedshiftDestinationConfigurationProperty.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) |
Object |
getCloudWatchLoggingOptions()
The CloudWatch logging options for your delivery stream.
|
String |
getClusterJdbcurl()
The connection string that Kinesis Data Firehose uses to connect to the Amazon Redshift cluster.
|
Object |
getCopyCommand()
Configures the Amazon Redshift `COPY` command that Kinesis Data Firehose uses to load data into the cluster from the Amazon S3 bucket.
|
String |
getPassword()
The password for the Amazon Redshift user that you specified in the `Username` property.
|
Object |
getProcessingConfiguration()
The data processing configuration for the Kinesis Data Firehose delivery stream.
|
Object |
getRetryOptions()
The retry behavior in case Kinesis Data Firehose is unable to deliver documents to Amazon Redshift.
|
String |
getRoleArn()
The ARN of the AWS Identity and Access Management (IAM) role that grants Kinesis Data Firehose access to your Amazon S3 bucket and AWS KMS (if you enable data encryption).
|
Object |
getS3BackupConfiguration()
The configuration for backup in Amazon S3.
|
String |
getS3BackupMode()
The Amazon S3 backup mode.
|
Object |
getS3Configuration()
The S3 bucket where Kinesis Data Firehose first delivers data.
|
String |
getUsername()
The Amazon Redshift user that has permission to access the Amazon Redshift cluster.
|
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.RedshiftDestinationConfigurationProperty.Builder builder)
CfnDeliveryStream.AmazonopensearchserviceBufferingHintsProperty.Builder.public final String getClusterJdbcurl()
CfnDeliveryStream.RedshiftDestinationConfigurationPropertygetClusterJdbcurl in interface CfnDeliveryStream.RedshiftDestinationConfigurationPropertypublic final Object getCopyCommand()
CfnDeliveryStream.RedshiftDestinationConfigurationPropertygetCopyCommand in interface CfnDeliveryStream.RedshiftDestinationConfigurationPropertypublic final String getPassword()
CfnDeliveryStream.RedshiftDestinationConfigurationPropertygetPassword in interface CfnDeliveryStream.RedshiftDestinationConfigurationPropertypublic final String getRoleArn()
CfnDeliveryStream.RedshiftDestinationConfigurationPropertyFor more information, see Grant Kinesis Data Firehose Access to an Amazon Redshift Destination in the Amazon Kinesis Data Firehose Developer Guide .
getRoleArn in interface CfnDeliveryStream.RedshiftDestinationConfigurationPropertypublic final Object getS3Configuration()
CfnDeliveryStream.RedshiftDestinationConfigurationProperty
After the data is in the bucket, Kinesis Data Firehose uses the COPY command to load the data into the Amazon Redshift cluster. For the Amazon S3 bucket's compression format, don't specify SNAPPY or ZIP because the Amazon Redshift COPY command doesn't support them.
getS3Configuration in interface CfnDeliveryStream.RedshiftDestinationConfigurationPropertypublic final String getUsername()
CfnDeliveryStream.RedshiftDestinationConfigurationProperty
This user must have INSERT privileges for copying data from the Amazon S3 bucket to the cluster.
getUsername in interface CfnDeliveryStream.RedshiftDestinationConfigurationPropertypublic final Object getCloudWatchLoggingOptions()
CfnDeliveryStream.RedshiftDestinationConfigurationPropertygetCloudWatchLoggingOptions in interface CfnDeliveryStream.RedshiftDestinationConfigurationPropertypublic final Object getProcessingConfiguration()
CfnDeliveryStream.RedshiftDestinationConfigurationPropertygetProcessingConfiguration in interface CfnDeliveryStream.RedshiftDestinationConfigurationPropertypublic final Object getRetryOptions()
CfnDeliveryStream.RedshiftDestinationConfigurationPropertyDefault value is 3600 (60 minutes).
getRetryOptions in interface CfnDeliveryStream.RedshiftDestinationConfigurationPropertypublic final Object getS3BackupConfiguration()
CfnDeliveryStream.RedshiftDestinationConfigurationPropertygetS3BackupConfiguration in interface CfnDeliveryStream.RedshiftDestinationConfigurationPropertypublic final String getS3BackupMode()
CfnDeliveryStream.RedshiftDestinationConfigurationPropertyAfter you create a delivery stream, you can update it to enable Amazon S3 backup if it is disabled. If backup is enabled, you can't update the delivery stream to disable it.
getS3BackupMode in interface CfnDeliveryStream.RedshiftDestinationConfigurationProperty@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.