This class represents S3 upload policy. Policy string
representaion and signature to be used within EC2 bundling API.
Namespace: Amazon.EC2.UtilAssembly: 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 |
| Member | Description | |
|---|---|---|
| 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) | (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()()()() | (Inherited from Object.) |