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.ModelAssembly: 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 |
| Member | Description | |
|---|---|---|
| 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) | (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()()()() | (Inherited from Object.) | |
| WithBucket(String) |
Sets the Bucket property
| |
| WithPrefix(String) |
Sets the Prefix property
|