EasyManuals Logo

Amazon Redshift User Manual

Amazon Redshift
131 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Page #121 background imageLoading...
Page #121 background image
Using the AWS SDKs with Amazon
Redshift
Topics
Using the AWS SDK for Java with Amazon Redshift (p. 117)
Uploading Client-Side Encrypted Data for Use in Amazon Redshift (p. 120)
Amazon Web Services provides Software Development Kits (SDKs) that you can use to perform Amazon
Redshift cluster-related operations.The SDK libraries wrap the underlying Amazon Redshift Query API,
which makes it much easier to construct requests and process responses. For example, for each API
request that you send to Amazon Redshift, you must include a signature for authentication.When you
use the SDK libraries, you need to provide only your AWS security credentials in your code, and the
libraries compute the necessary signature and include it in the request to Amazon Redshift.
Note
Amazon Redshift is supported by the AWS SDK for Java, .NET, PHP, Ruby, and Node.js. In
this guide, examples of working with Amazon Redshift using the Java SDK are provided. For
more information on the AWS SDKs that support Amazon Redshift, see Sample Code & Libraries.
Using the AWS SDK for Java with Amazon
Redshift
Topics
Running Java Examples for Amazon Redshift Using Eclipse (p. 118)
Running Java Examples for Amazon Redshift from the Command Line (p. 118)
Setting the Endpoint (p. 119)
The AWS SDK for Java provides a class named AmazonRedshiftClient, which you can use to interact
with Amazon Redshift. For information about downloading the AWS SDK for Java, go to AWS SDK for
Java.
API Version 2012-12-01
117
Amazon Redshift Management Guide
Using the AWS SDK for Java

Table of Contents

Questions and Answers:

Question and Answer IconNeed help?

Do you have a question about the Amazon Redshift and is the answer not in the manual?

Amazon Redshift Specifications

General IconGeneral
ProviderAmazon Web Services (AWS)
Query LanguageSQL
Data StorageColumnar storage
SecurityEncryption at rest and in transit, VPC, IAM
BackupAutomated and manual snapshots
DeploymentCloud-based
TypeCloud-based data warehouse service
Primary UseData warehousing, analytics
IntegrationIntegrates with AWS services, BI tools, and ETL tools
Pricing ModelOn-demand and reserved instance pricing
Data CompressionColumnar storage with data compression
Performance OptimizationQuery optimization

Related product manuals