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.
Container for the parameters to the CreateImageRecipe operation. Creates a new image recipe. Image recipes define how images are configured, tested, and assessed.
Namespace: Amazon.Imagebuilder.Model
Assembly: AWSSDK.Imagebuilder.dll
Version: 3.x.y.z
public class CreateImageRecipeRequest : AmazonImagebuilderRequest IAmazonWebServiceRequest
The CreateImageRecipeRequest type exposes the following members
Name | Description | |
---|---|---|
CreateImageRecipeRequest() |
Name | Type | Description | |
---|---|---|---|
AdditionalInstanceConfiguration | Amazon.Imagebuilder.Model.AdditionalInstanceConfiguration |
Gets and sets the property AdditionalInstanceConfiguration. Specify additional settings and launch scripts for your build instances. |
|
BlockDeviceMappings | System.Collections.Generic.List<Amazon.Imagebuilder.Model.InstanceBlockDeviceMapping> |
Gets and sets the property BlockDeviceMappings. The block device mappings of the image recipe. |
|
ClientToken | System.String |
Gets and sets the property ClientToken. Unique, case-sensitive identifier you provide to ensure idempotency of the request. For more information, see Ensuring idempotency in the Amazon EC2 API Reference. |
|
Components | System.Collections.Generic.List<Amazon.Imagebuilder.Model.ComponentConfiguration> |
Gets and sets the property Components. The components included in the image recipe. |
|
Description | System.String |
Gets and sets the property Description. The description of the image recipe. |
|
Name | System.String |
Gets and sets the property Name. The name of the image recipe. |
|
ParentImage | System.String |
Gets and sets the property ParentImage.
The base image of the image recipe. The value of the string can be the ARN of the
base image or an AMI ID. The format for the ARN follows this example: |
|
SemanticVersion | System.String |
Gets and sets the property SemanticVersion. The semantic version of the image recipe. This version follows the semantic version syntax.
The semantic version has four nodes: Assignment: For the first three nodes you can assign any positive integer value, including zero, with an upper limit of 2^30-1, or 1073741823 for each node. Image Builder automatically assigns the build number to the fourth node. Patterns: You can use any numeric pattern that adheres to the assignment requirements for the nodes that you can assign. For example, you might choose a software version pattern, such as 1.0.0, or a date, such as 2021.01.01. |
|
Tags | System.Collections.Generic.Dictionary<System.String, System.String> |
Gets and sets the property Tags. The tags of the image recipe. |
|
WorkingDirectory | System.String |
Gets and sets the property WorkingDirectory. The working directory used during build and test workflows. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5