AWSEC2FastLaunchSnapshotConfigurationRequest
Objective-C
@interface AWSEC2FastLaunchSnapshotConfigurationRequest
Swift
class AWSEC2FastLaunchSnapshotConfigurationRequest
Configuration settings for creating and managing pre-provisioned snapshots for a Windows fast launch enabled AMI.
-
The number of pre-provisioned snapshots to keep on hand for a Windows fast launch enabled AMI.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable targetResourceCount;
Swift
var targetResourceCount: NSNumber? { get set }