AWS SDK for .NET Documentation
S3UploadPolicy Class
AmazonAmazon.EC2.UtilS3UploadPolicy Did this page help you?   Yes   No    Tell us about it...
This class represents S3 upload policy. Policy string representaion and signature to be used within EC2 bundling API.
Declaration Syntax
C#
public class S3UploadPolicy
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
S3UploadPolicy(String, SecureString, String, String, Int32)
S3 Upload policy to be used by EC2 API.

S3UploadPolicy(String, 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
Object
S3UploadPolicy

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)