class Aws::Lightsail::Types::Blueprint
Describes a blueprint (a virtual private server image).
@!attribute [rw] blueprint_id
The ID for the virtual private server image (e.g., `app_wordpress_4_4` or `app_lamp_7_0`). @return [String]
@!attribute [rw] name
The friendly name of the blueprint (e.g., `Amazon Linux`). @return [String]
@!attribute [rw] group
The group name of the blueprint (e.g., `amazon-linux`). @return [String]
@!attribute [rw] type
The type of the blueprint (e.g., `os` or `app`). @return [String]
@!attribute [rw] description
The description of the blueprint. @return [String]
@!attribute [rw] is_active
A Boolean value indicating whether the blueprint is active. Inactive blueprints are listed to support customers with existing instances but are not necessarily available for launch of new instances. Blueprints are marked inactive when they become outdated due to operating system updates or new application releases. @return [Boolean]
@!attribute [rw] min_power
The minimum bundle power required to run this blueprint. For example, you need a bundle with a power value of 500 or more to create an instance that uses a blueprint with a minimum power value of 500. `0` indicates that the blueprint runs on all instance sizes. @return [Integer]
@!attribute [rw] version
The version number of the operating system, application, or stack (e.g., `2016.03.0`). @return [String]
@!attribute [rw] version_code
The version code. @return [String]
@!attribute [rw] product_url
The product URL to learn more about the image or blueprint. @return [String]
@!attribute [rw] license_url
The end-user license agreement URL for the image or blueprint. @return [String]
@!attribute [rw] platform
The operating system platform (either Linux/Unix-based or Windows Server-based) of the blueprint. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/lightsail-2016-11-28/Blueprint AWS API Documentation
Constants
- SENSITIVE