AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Describes a blueprint (a virtual private server image).

Inheritance Hierarchy

System.Object
  Amazon.Lightsail.Model.Blueprint

Namespace: Amazon.Lightsail.Model
Assembly: AWSSDK.Lightsail.dll
Version: 3.x.y.z

Syntax

C#
public class Blueprint

The Blueprint type exposes the following members

Constructors

NameDescription
Public Method Blueprint()

Properties

NameTypeDescription
Public Property AppCategory Amazon.Lightsail.AppCategory

Gets and sets the property AppCategory.

Virtual computer blueprints that are supported by Lightsail for Research.

This parameter only applies to Lightsail for Research resources.

Public Property BlueprintId System.String

Gets and sets the property BlueprintId.

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

Public Property Description System.String

Gets and sets the property Description.

The description of the blueprint.

Public Property Group System.String

Gets and sets the property Group.

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

Public Property IsActive System.Boolean

Gets and sets the property IsActive.

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.

Public Property LicenseUrl System.String

Gets and sets the property LicenseUrl.

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

Public Property MinPower System.Int32

Gets and sets the property MinPower.

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.

Public Property Name System.String

Gets and sets the property Name.

The friendly name of the blueprint (Amazon Linux).

Public Property Platform Amazon.Lightsail.InstancePlatform

Gets and sets the property Platform.

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

Public Property ProductUrl System.String

Gets and sets the property ProductUrl.

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

Public Property Type Amazon.Lightsail.BlueprintType

Gets and sets the property Type.

The type of the blueprint (os or app).

Public Property Version System.String

Gets and sets the property Version.

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

Public Property VersionCode System.String

Gets and sets the property VersionCode.

The version code.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5