AWSEC2FastLaunchSnapshotConfigurationRequest

Objective-C

@interface AWSEC2FastLaunchSnapshotConfigurationRequest

Swift

class AWSEC2FastLaunchSnapshotConfigurationRequest

Configuration settings for creating and managing pre-provisioned snapshots for a fast-launch enabled Windows AMI.

  • The number of pre-provisioned snapshots to keep on hand for a fast-launch enabled Windows AMI.

    Declaration

    Objective-C

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

    Swift

    var targetResourceCount: NSNumber? { get set }