Amazon.PowerShell.Cmdlets.EC2IB.AmazonImagebuilderClientCmdlet.ClientConfig
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Unique, case-sensitive identifier you provide to ensure idempotency of the request. For more information, see
Ensuring idempotency in the
Amazon EC2 API Reference.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Components for build and test that are included in the container recipe. Recipes require a minimum of one build component, and can have a maximum of 20 build and test components in any combination. Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true.
Required? | True |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | Components |
The type of container to create.
Required? | True |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
The description of the container recipe.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
-DockerfileTemplateData <
String>
The Dockerfile template used to build your image as an inline data blob.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
-DockerfileTemplateUri <
String>
The Amazon S3 URI for the Dockerfile that will be used to build your container image.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
-ImageOsVersionOverride <
String>
Specifies the operating system version for the base image.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Defines the block devices to attach for building an instance from this Image Builder AMI. Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | InstanceConfiguration_BlockDeviceMappings |
-InstanceConfiguration_Image <
String>
The base image for a container build and test instance. This can contain an AMI ID or it can specify an Amazon Web Services Systems Manager (SSM) Parameter Store Parameter, prefixed by ssm:, followed by the parameter name or ARN.If not specified, Image Builder uses the appropriate ECS-optimized AMI as a base image.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Identifies which KMS key is used to encrypt the Dockerfile template.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
The name of the container recipe.
Required? | True |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
The base image for the container recipe.
Required? | True |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Specifies the operating system platform when you use a custom base image.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Use the -Select parameter to control the cmdlet output. The default value is 'ContainerRecipeArn'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Imagebuilder.Model.CreateContainerRecipeResponse). Specifying the name of a property of type Amazon.Imagebuilder.Model.CreateContainerRecipeResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
The semantic version of the container recipe. This version follows the semantic version syntax.The semantic version has four nodes: <major>.<minor>.<patch>/<build>. You can assign values for the first three, and can filter on all of them.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.
Required? | True |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Tags that are attached to the container recipe. Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | Tags |
-TargetRepository_RepositoryName <
String>
The name of the container repository where the output container image is stored. This name is prefixed by the repository location. For example, <repository location url>/repository_name.
Required? | True |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Specifies the service in which this image was registered.
Required? | True |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
The working directory for use during build and test workflows.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |