CreateImageRequest
public struct CreateImageRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The idempotency token used to make this request idempotent.
Declaration
Swift
public let clientToken: String
-
The Amazon Resource Name (ARN) of the distribution configuration that defines and configures the outputs of your pipeline.
Declaration
Swift
public let distributionConfigurationArn: String?
-
Collects additional information about the image being created, including the operating system (OS) version and package list. This information is used to enhance the overall experience of using EC2 Image Builder. Enabled by default.
Declaration
Swift
public let enhancedImageMetadataEnabled: Bool?
-
The Amazon Resource Name (ARN) of the image recipe that defines how images are configured, tested, and assessed.
Declaration
Swift
public let imageRecipeArn: String
-
The image tests configuration of the image.
Declaration
Swift
public let imageTestsConfiguration: ImageTestsConfiguration?
-
The Amazon Resource Name (ARN) of the infrastructure configuration that defines the environment in which your image will be built and tested.
Declaration
Swift
public let infrastructureConfigurationArn: String
-
The tags of the image.
Declaration
Swift
public let tags: [String : String]?
-
init(clientToken:distributionConfigurationArn:enhancedImageMetadataEnabled:imageRecipeArn:imageTestsConfiguration:infrastructureConfigurationArn:tags:)
Undocumented
Declaration
Swift
public init(clientToken: String = CreateImageRequest.idempotencyToken(), distributionConfigurationArn: String? = nil, enhancedImageMetadataEnabled: Bool? = nil, imageRecipeArn: String, imageTestsConfiguration: ImageTestsConfiguration? = nil, infrastructureConfigurationArn: String, tags: [String : String]? = nil)
-
Declaration
Swift
public func validate(name: String) throws