PlatformDescription
public struct PlatformDescription : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The custom AMIs supported by the platform version.
Declaration
Swift
public let customAmiList: [CustomAmi]?
-
The date when the platform version was created.
Declaration
Swift
public let dateCreated: TimeStamp?
-
The date when the platform version was last updated.
Declaration
Swift
public let dateUpdated: TimeStamp?
-
The description of the platform version.
Declaration
Swift
public let description: String?
-
The frameworks supported by the platform version.
Declaration
Swift
public let frameworks: [PlatformFramework]?
-
Information about the maintainer of the platform version.
Declaration
Swift
public let maintainer: String?
-
The operating system used by the platform version.
Declaration
Swift
public let operatingSystemName: String?
-
The version of the operating system used by the platform version.
Declaration
Swift
public let operatingSystemVersion: String?
-
The ARN of the platform version.
Declaration
Swift
public let platformArn: String?
-
The state of the platform version’s branch in its lifecycle. Possible values: Beta | Supported | Deprecated | Retired
Declaration
Swift
public let platformBranchLifecycleState: String?
-
The platform branch to which the platform version belongs.
Declaration
Swift
public let platformBranchName: String?
-
The category of the platform version.
Declaration
Swift
public let platformCategory: String?
-
The state of the platform version in its lifecycle. Possible values: Recommended | null If a null value is returned, the platform version isn’t the recommended one for its branch. Each platform branch has a single recommended platform version, typically the most recent one.
Declaration
Swift
public let platformLifecycleState: String?
-
The name of the platform version.
Declaration
Swift
public let platformName: String?
-
The AWS account ID of the person who created the platform version.
Declaration
Swift
public let platformOwner: String?
-
The status of the platform version.
Declaration
Swift
public let platformStatus: PlatformStatus?
-
The version of the platform version.
Declaration
Swift
public let platformVersion: String?
-
The programming languages supported by the platform version.
Declaration
Swift
public let programmingLanguages: [PlatformProgrammingLanguage]?
-
The name of the solution stack used by the platform version.
Declaration
Swift
public let solutionStackName: String?
-
The additions supported by the platform version.
Declaration
Swift
public let supportedAddonList: [String]?
-
The tiers supported by the platform version.
Declaration
Swift
public let supportedTierList: [String]?
-
init(customAmiList:dateCreated:dateUpdated:description:frameworks:maintainer:operatingSystemName:operatingSystemVersion:platformArn:platformBranchLifecycleState:platformBranchName:platformCategory:platformLifecycleState:platformName:platformOwner:platformStatus:platformVersion:programmingLanguages:solutionStackName:supportedAddonList:supportedTierList:)
Undocumented
Declaration
Swift
public init(customAmiList: [CustomAmi]? = nil, dateCreated: TimeStamp? = nil, dateUpdated: TimeStamp? = nil, description: String? = nil, frameworks: [PlatformFramework]? = nil, maintainer: String? = nil, operatingSystemName: String? = nil, operatingSystemVersion: String? = nil, platformArn: String? = nil, platformBranchLifecycleState: String? = nil, platformBranchName: String? = nil, platformCategory: String? = nil, platformLifecycleState: String? = nil, platformName: String? = nil, platformOwner: String? = nil, platformStatus: PlatformStatus? = nil, platformVersion: String? = nil, programmingLanguages: [PlatformProgrammingLanguage]? = nil, solutionStackName: String? = nil, supportedAddonList: [String]? = nil, supportedTierList: [String]? = nil)