AWSEC2CreateSnapshotsRequest
Objective-C
@interface AWSEC2CreateSnapshotsRequest
Swift
class AWSEC2CreateSnapshotsRequest
-
Copies the tags from the specified volume to corresponding snapshot.
Declaration
Objective-C
@property (nonatomic) AWSEC2ReplicateTagsFromSource replicateTagsFromSource;
Swift
var replicateTagsFromSource: AWSEC2ReplicateTagsFromSource { get set }
-
A description propagated to every snapshot specified by the instance.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable detail;
Swift
var detail: 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 instance to specify which volumes should be included in the snapshots.
Declaration
Objective-C
@property (nonatomic, strong) AWSEC2InstanceSpecification *_Nullable instanceSpecification;
Swift
var instanceSpecification: AWSEC2InstanceSpecification? { get set }
-
The Amazon Resource Name (ARN) of the Outpost on which to create the local snapshots.
To create snapshots from an instance in a Region, omit this parameter. The snapshots are created in the same Region as the instance.
To create snapshots from an instance on an Outpost and store the snapshots in the Region, omit this parameter. The snapshots are created in the Region for the Outpost.
To create snapshots from an instance on an Outpost and store the snapshots on an Outpost, specify the ARN of the destination Outpost. The snapshots must be created on the same Outpost as the instance.
For more information, see Create multi-volume local snapshots from instances on an Outpost in the Amazon EBS User Guide.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable outpostArn;
Swift
var outpostArn: String? { get set }
-
Tags to apply to every snapshot specified by the instance.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSEC2TagSpecification *> *_Nullable tagSpecifications;
Swift
var tagSpecifications: [AWSEC2TagSpecification]? { get set }