Skip to content

Describe Operating Systems

opsworks_describe_operating_systems R Documentation

Describes the operating systems that are supported by OpsWorks Stacks

Description

Describes the operating systems that are supported by OpsWorks Stacks.

Usage

opsworks_describe_operating_systems()

Value

A list with the following syntax:

list(
  OperatingSystems = list(
    list(
      Name = "string",
      Id = "string",
      Type = "string",
      ConfigurationManagers = list(
        list(
          Name = "string",
          Version = "string"
        )
      ),
      ReportedName = "string",
      ReportedVersion = "string",
      Supported = TRUE|FALSE
    )
  )
)