AWSEC2CreateSpotDatafeedSubscriptionRequest
Objective-C
@interface AWSEC2CreateSpotDatafeedSubscriptionRequest
Swift
class AWSEC2CreateSpotDatafeedSubscriptionRequest
Contains the parameters for CreateSpotDatafeedSubscription.
Required parameters: [Bucket]
-
The name of the Amazon S3 bucket in which to store the Spot Instance data feed. For more information about bucket names, see Rules for bucket naming in the Amazon S3 Developer Guide.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable bucket;
Swift
var bucket: String? { get set }
-
Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is
DryRunOperation
. Otherwise, it isUnauthorizedOperation
.Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable dryRun;
Swift
var dryRun: NSNumber? { get set }
-
The prefix for the data feed file names.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable prefix;
Swift
var prefix: String? { get set }