AWSEC2CreateStoreImageTaskRequest

Objective-C

@interface AWSEC2CreateStoreImageTaskRequest

Swift

class AWSEC2CreateStoreImageTaskRequest
  • The name of the Amazon S3 bucket in which the AMI object will be stored. The bucket must be in the Region in which the request is being made. The AMI object appears in the bucket only after the upload task has completed.

    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 is UnauthorizedOperation.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable dryRun;

    Swift

    var dryRun: NSNumber? { get set }
  • The ID of the AMI.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable imageId;

    Swift

    var imageId: String? { get set }
  • The tags to apply to the AMI object that will be stored in the Amazon S3 bucket.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<AWSEC2S3ObjectTag *> *_Nullable s3ObjectTags;

    Swift

    var s3ObjectTags: [AWSEC2S3ObjectTag]? { get set }