Class: Aws::Lightsail::Types::Blueprint

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-lightsail/types.rb

Overview

Describes a blueprint (a virtual private server image).

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#app_categoryString

Virtual computer blueprints that are supported by Lightsail for Research.

This parameter only applies to Lightsail for Research resources.

Returns:

  • (String)


1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
# File 'lib/aws-sdk-lightsail/types.rb', line 1030

class Blueprint < Struct.new(
  :blueprint_id,
  :name,
  :group,
  :type,
  :description,
  :is_active,
  :min_power,
  :version,
  :version_code,
  :product_url,
  :license_url,
  :platform,
  :app_category)
  SENSITIVE = []
  include Aws::Structure
end

#blueprint_idString

The ID for the virtual private server image (‘app_wordpress_4_4` or `app_lamp_7_0`).

Returns:

  • (String)


1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
# File 'lib/aws-sdk-lightsail/types.rb', line 1030

class Blueprint < Struct.new(
  :blueprint_id,
  :name,
  :group,
  :type,
  :description,
  :is_active,
  :min_power,
  :version,
  :version_code,
  :product_url,
  :license_url,
  :platform,
  :app_category)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description of the blueprint.

Returns:

  • (String)


1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
# File 'lib/aws-sdk-lightsail/types.rb', line 1030

class Blueprint < Struct.new(
  :blueprint_id,
  :name,
  :group,
  :type,
  :description,
  :is_active,
  :min_power,
  :version,
  :version_code,
  :product_url,
  :license_url,
  :platform,
  :app_category)
  SENSITIVE = []
  include Aws::Structure
end

#groupString

The group name of the blueprint (‘amazon-linux`).

Returns:

  • (String)


1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
# File 'lib/aws-sdk-lightsail/types.rb', line 1030

class Blueprint < Struct.new(
  :blueprint_id,
  :name,
  :group,
  :type,
  :description,
  :is_active,
  :min_power,
  :version,
  :version_code,
  :product_url,
  :license_url,
  :platform,
  :app_category)
  SENSITIVE = []
  include Aws::Structure
end

#is_activeBoolean

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.

Returns:

  • (Boolean)


1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
# File 'lib/aws-sdk-lightsail/types.rb', line 1030

class Blueprint < Struct.new(
  :blueprint_id,
  :name,
  :group,
  :type,
  :description,
  :is_active,
  :min_power,
  :version,
  :version_code,
  :product_url,
  :license_url,
  :platform,
  :app_category)
  SENSITIVE = []
  include Aws::Structure
end

#license_urlString

The end-user license agreement URL for the image or blueprint.

Returns:

  • (String)


1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
# File 'lib/aws-sdk-lightsail/types.rb', line 1030

class Blueprint < Struct.new(
  :blueprint_id,
  :name,
  :group,
  :type,
  :description,
  :is_active,
  :min_power,
  :version,
  :version_code,
  :product_url,
  :license_url,
  :platform,
  :app_category)
  SENSITIVE = []
  include Aws::Structure
end

#min_powerInteger

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.

Returns:

  • (Integer)


1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
# File 'lib/aws-sdk-lightsail/types.rb', line 1030

class Blueprint < Struct.new(
  :blueprint_id,
  :name,
  :group,
  :type,
  :description,
  :is_active,
  :min_power,
  :version,
  :version_code,
  :product_url,
  :license_url,
  :platform,
  :app_category)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The friendly name of the blueprint (‘Amazon Linux`).

Returns:

  • (String)


1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
# File 'lib/aws-sdk-lightsail/types.rb', line 1030

class Blueprint < Struct.new(
  :blueprint_id,
  :name,
  :group,
  :type,
  :description,
  :is_active,
  :min_power,
  :version,
  :version_code,
  :product_url,
  :license_url,
  :platform,
  :app_category)
  SENSITIVE = []
  include Aws::Structure
end

#platformString

The operating system platform (either Linux/Unix-based or Windows Server-based) of the blueprint.

Returns:

  • (String)


1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
# File 'lib/aws-sdk-lightsail/types.rb', line 1030

class Blueprint < Struct.new(
  :blueprint_id,
  :name,
  :group,
  :type,
  :description,
  :is_active,
  :min_power,
  :version,
  :version_code,
  :product_url,
  :license_url,
  :platform,
  :app_category)
  SENSITIVE = []
  include Aws::Structure
end

#product_urlString

The product URL to learn more about the image or blueprint.

Returns:

  • (String)


1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
# File 'lib/aws-sdk-lightsail/types.rb', line 1030

class Blueprint < Struct.new(
  :blueprint_id,
  :name,
  :group,
  :type,
  :description,
  :is_active,
  :min_power,
  :version,
  :version_code,
  :product_url,
  :license_url,
  :platform,
  :app_category)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of the blueprint (‘os` or `app`).

Returns:

  • (String)


1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
# File 'lib/aws-sdk-lightsail/types.rb', line 1030

class Blueprint < Struct.new(
  :blueprint_id,
  :name,
  :group,
  :type,
  :description,
  :is_active,
  :min_power,
  :version,
  :version_code,
  :product_url,
  :license_url,
  :platform,
  :app_category)
  SENSITIVE = []
  include Aws::Structure
end

#versionString

The version number of the operating system, application, or stack ( ‘2016.03.0`).

Returns:

  • (String)


1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
# File 'lib/aws-sdk-lightsail/types.rb', line 1030

class Blueprint < Struct.new(
  :blueprint_id,
  :name,
  :group,
  :type,
  :description,
  :is_active,
  :min_power,
  :version,
  :version_code,
  :product_url,
  :license_url,
  :platform,
  :app_category)
  SENSITIVE = []
  include Aws::Structure
end

#version_codeString

The version code.

Returns:

  • (String)


1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
# File 'lib/aws-sdk-lightsail/types.rb', line 1030

class Blueprint < Struct.new(
  :blueprint_id,
  :name,
  :group,
  :type,
  :description,
  :is_active,
  :min_power,
  :version,
  :version_code,
  :product_url,
  :license_url,
  :platform,
  :app_category)
  SENSITIVE = []
  include Aws::Structure
end