ImageRecipe
public struct ImageRecipe : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The Amazon Resource Name (ARN) of the image recipe.
Declaration
Swift
public let arn: String?
-
The block device mappings to apply when creating images from this recipe.
Declaration
Swift
public let blockDeviceMappings: [InstanceBlockDeviceMapping]?
-
The components of the image recipe.
Declaration
Swift
public let components: [ComponentConfiguration]?
-
The date on which this image recipe was created.
Declaration
Swift
public let dateCreated: String?
-
The description of the image recipe.
Declaration
Swift
public let description: String?
-
The name of the image recipe.
Declaration
Swift
public let name: String?
-
The owner of the image recipe.
Declaration
Swift
public let owner: String?
-
The parent image of the image recipe.
Declaration
Swift
public let parentImage: String?
-
The platform of the image recipe.
Declaration
Swift
public let platform: Platform?
-
The tags of the image recipe.
Declaration
Swift
public let tags: [String : String]?
-
The version of the image recipe.
Declaration
Swift
public let version: String?
-
The working directory to be used during build and test workflows.
Declaration
Swift
public let workingDirectory: String?
-
init(arn:blockDeviceMappings:components:dateCreated:description:name:owner:parentImage:platform:tags:version:workingDirectory:)
Undocumented
Declaration
Swift
public init(arn: String? = nil, blockDeviceMappings: [InstanceBlockDeviceMapping]? = nil, components: [ComponentConfiguration]? = nil, dateCreated: String? = nil, description: String? = nil, name: String? = nil, owner: String? = nil, parentImage: String? = nil, platform: Platform? = nil, tags: [String : String]? = nil, version: String? = nil, workingDirectory: String? = nil)