AWSEC2FastLaunchSnapshotConfigurationResponse

Objective-C

@interface AWSEC2FastLaunchSnapshotConfigurationResponse

Swift

class AWSEC2FastLaunchSnapshotConfigurationResponse

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

  • The number of pre-provisioned snapshots requested 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 }