This class represents S3 upload policy. Policy string representaion and signature to be used within EC2 bundling API.

Namespace: Amazon.EC2.Util
Assembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public class S3UploadPolicy
Public Class S3UploadPolicy
public ref class S3UploadPolicy

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
S3UploadPolicy(String, String, String, Int32)
S3 Upload policy to be used by EC2 API.
S3UploadPolicy(String, SecureString, String, String, Int32)
S3 Upload policy to be used by EC2 API.
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
PolicySignature
Policy signature in base64 format Use signature generated by this method for passing to EC2 bunding calls along with policy.
PolicyString
Base64 representation of the serialized policy. Use policy generated by this method for passing to EC2 bunding calls.
ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)

Inheritance Hierarchy

System..::..Object
  Amazon.EC2.Util..::..S3UploadPolicy

See Also