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) |
The Amazon Resource Name (ARN) of the container recipe that is used to configure images created by this container pipeline.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
The description of the image pipeline.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
-DistributionConfigurationArn <
String>
The Amazon Resource Name (ARN) of the distribution configuration that will be used to configure and distribute images created by this image pipeline.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
-EcrConfiguration_ContainerTag <
String[]>
Tags for Image Builder to apply to the output container image that Amazon Inspector scans. Tags can help you identify and manage your scanned images. 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 | ImageScanningConfiguration_EcrConfiguration_ContainerTags |
-EcrConfiguration_RepositoryName <
String>
The name of the container repository that Amazon Inspector scans to identify findings for your container images. The name includes the path for the repository location. If you don’t provide this information, Image Builder creates a repository in your account named image-builder-image-scanning-repository for vulnerability scans of your output container images.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | ImageScanningConfiguration_EcrConfiguration_RepositoryName |
-EnhancedImageMetadataEnabled <
Boolean>
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.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
The name or Amazon Resource Name (ARN) for the IAM role you create that grants Image Builder access to perform workflow actions.
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) |
The Amazon Resource Name (ARN) of the image recipe that will be used to configure images created by this image pipeline.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
-ImageScanningConfiguration_ImageScanningEnabled <
Boolean>
A setting that indicates whether Image Builder keeps a snapshot of the vulnerability scans that Amazon Inspector runs against the build instance when you create a new image.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
-ImageTestsConfiguration_ImageTestsEnabled <
Boolean>
Determines if tests should run after building the image. Image Builder defaults to enable tests to run following the image build, before image distribution.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
-ImageTestsConfiguration_TimeoutMinute <
Int32>
The maximum time in minutes that tests are permitted to run.The timeout property is not currently active. This value is ignored.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | ImageTestsConfiguration_TimeoutMinutes |
-InfrastructureConfigurationArn <
String>
The Amazon Resource Name (ARN) of the infrastructure configuration that will be used to build images created by this image pipeline.
Required? | True |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
The name of the image pipeline.
Required? | True |
Position? | 1 |
Accept pipeline input? | True (ByValue, ByPropertyName) |
The start condition configures when the pipeline should trigger a new image build, as follows. If no value is set Image Builder defaults to
EXPRESSION_MATCH_AND_DEPENDENCY_UPDATES_AVAILABLE.
- EXPRESSION_MATCH_AND_DEPENDENCY_UPDATES_AVAILABLE (default) – When you use semantic version filters on the base image or components in your image recipe, EC2 Image Builder builds a new image only when there are new versions of the base image or components in your recipe that match the filter.For semantic version syntax, see CreateComponent.
- EXPRESSION_MATCH_ONLY – This condition builds a new image every time the CRON expression matches the current time.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
-Schedule_ScheduleExpression <
String>
The cron expression determines how often EC2 Image Builder evaluates your
pipelineExecutionStartCondition.For information on how to format a cron expression in Image Builder, see
Use cron expressions in EC2 Image Builder.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
The timezone that applies to the scheduling expression. For example, "Etc/UTC", "America/Los_Angeles" in the
IANA timezone format. If not specified this defaults to UTC.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Use the -Select parameter to control the cmdlet output. The default value is 'ImagePipelineArn'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Imagebuilder.Model.CreateImagePipelineResponse). Specifying the name of a property of type Amazon.Imagebuilder.Model.CreateImagePipelineResponse 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 status of the image pipeline.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
The tags of the image pipeline. 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 |
Contains an array of workflow configuration objects. 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 | Workflows |