org.jclouds.aws.reference
Interface FormParameters


public interface FormParameters

Configuration properties and constants used in EC2 connections.

Author:
Adrian Cole
See Also:

Field Summary
static String ACTION
          Indicates the action to perform.
static String AWS_ACCESS_KEY_ID
          The Access Key ID for the request sender.
static String EXPIRES
          The date and time at which the signature included in the request expires, in the format YYYY-MM-DDThh:mm:ssZ.
static String SIGNATURE
          The request signature.
static String SIGNATURE_METHOD
          The hash algorithm you use to create the request signature.
static String SIGNATURE_VERSION
          The signature version you use to sign the request.
static String TIMESTAMP
          The date and time at which the request is signed, in the format YYYY-MM-DDThh:mm:ssZ.
static String VERSION
          The API version to use, as specified in the WSDL.
 

Field Detail

ACTION

static final String ACTION
Indicates the action to perform. Example: RunInstances

See Also:
Constant Field Values

VERSION

static final String VERSION
The API version to use, as specified in the WSDL. Example: 2009-04-04

See Also:
Constant Field Values

AWS_ACCESS_KEY_ID

static final String AWS_ACCESS_KEY_ID
The Access Key ID for the request sender. This identifies the account which will be charged for usage of the service. The account with which the Access Key ID is associated must be signed up for Amazon EC2, or requests will not be accepted. AKIADQKE4SARGYLE

See Also:
Constant Field Values

TIMESTAMP

static final String TIMESTAMP
The date and time at which the request is signed, in the format YYYY-MM-DDThh:mm:ssZ. For more information, go to ISO 8601. Example: 2006-07-07T15:04:56Z

See Also:
Constant Field Values

EXPIRES

static final String EXPIRES
The date and time at which the signature included in the request expires, in the format YYYY-MM-DDThh:mm:ssZ. Example: 2006-07-07T15:04:56Z

See Also:
Constant Field Values

SIGNATURE

static final String SIGNATURE
The request signature. For more information, go to the Amazon Elastic Compute Cloud Developer Guide. Example: Qnpl4Qk/7tINHzfXCiT7VbBatDA=

See Also:
Constant Field Values

SIGNATURE_METHOD

static final String SIGNATURE_METHOD
The hash algorithm you use to create the request signature. Valid values: HmacSHA256 | HmacSHA1. For more information, go to the Amazon Elastic Compute Cloud Developer Guide. Example: HmacSHA256

See Also:
Constant Field Values

SIGNATURE_VERSION

static final String SIGNATURE_VERSION
The signature version you use to sign the request. Set this value to 2. For more information, go to the Amazon Elastic Compute Cloud Developer Guide. Example: 2

See Also:
Constant Field Values


Copyright © 2009-2012 jclouds. All Rights Reserved.