S3 Storage
Namespace: Amazon.EC2.ModelAssembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)
Syntax
| C# | Visual Basic | Visual C++ |
public class S3Storage
Public Class S3Storage
public ref class S3Storage
Members
| All Members | Constructors | Properties | Methods |
| Member | Description | |
|---|---|---|
| S3Storage()()()() | Initializes a new instance of the S3Storage class | |
| AWSAccessKeyId |
Gets and sets the AWSAccessKeyId property.
The Access Key ID of the owner of the Amazon S3 bucket.
| |
| Bucket |
Gets and sets the Bucket property.
The bucket in which to store the AMI. You can
specify a bucket that you
already own or a new bucket that Amazon
EC2 creates on your behalf. If you
specify a bucket that belongs
to someone else, Amazon EC2 returns an
error.
| |
| 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.) | |
| IsSetAWSAccessKeyId()()()() |
Checks if AWSAccessKeyId property is set
| |
| IsSetBucket()()()() |
Checks if Bucket property is set
| |
| IsSetPrefix()()()() |
Checks if Prefix property is set
| |
| IsSetUploadPolicy()()()() |
Checks if UploadPolicy property is set
| |
| IsSetUploadPolicySignature()()()() |
Checks if UploadPolicySignature property is set
| |
| Prefix |
Gets and sets the Prefix property.
Specifies the beginning of the file name of the AMI.
| |
| ToString()()()() | (Inherited from Object.) | |
| UploadPolicy |
Gets and sets the UploadPolicy property.
A Base64-encoded Amazon S3 upload policy that
gives Amazon EC2 permission to upload items into
Amazon S3 on the user's behalf
| |
| UploadPolicySignature |
Gets and sets the UploadPolicySignature property.
The signature of the Base64 encoded JSON
document.
| |
| WithAWSAccessKeyId(String) |
Sets the AWSAccessKeyId property
| |
| WithBucket(String) |
Sets the Bucket property
| |
| WithPrefix(String) |
Sets the Prefix property
| |
| WithUploadPolicy(String) |
Sets the UploadPolicy property
| |
| WithUploadPolicySignature(String) |
Sets the UploadPolicySignature property
|