Request to create the data feed for Spot Instances, enabling you to view Spot Instance usage logs. You can create one data feed per account.

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

Syntax

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

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
CreateSpotDatafeedSubscriptionRequest()()()()
Initializes a new instance of the CreateSpotDatafeedSubscriptionRequest class
Bucket
Gets and sets the Bucket property. The Amazon S3 bucket in which to store the Spot Instance datafeed. Constraints: Must be a valid bucket assocaited with your account.
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.)
IsSetBucket()()()()
Checks if Bucket property is set
IsSetPrefix()()()()
Checks if Prefix property is set
Prefix
Gets and sets the Prefix property. Prefix that is prepended to datafeed files.
ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
WithBucket(String)
Sets the Bucket property
WithPrefix(String)
Sets the Prefix property

Inheritance Hierarchy

System..::..Object
  Amazon.EC2.Model..::..CreateSpotDatafeedSubscriptionRequest

See Also