imagebuilder / Client / start_image_pipeline_execution
start_image_pipeline_execution¶
- imagebuilder.Client.start_image_pipeline_execution(**kwargs)¶
Manually triggers a pipeline to create an image.
See also: AWS API Documentation
Request Syntax
response = client.start_image_pipeline_execution( imagePipelineArn='string', clientToken='string', tags={ 'string': 'string' } )
- Parameters:
imagePipelineArn (string) –
[REQUIRED]
The Amazon Resource Name (ARN) of the image pipeline that you want to manually invoke.
clientToken (string) –
[REQUIRED]
A unique, case-sensitive identifier you provide to ensure that the operation completes no more than one time. If this token matches a previous request, the service ignores the request, but does not return an error. For more information, see Ensuring idempotency in the Amazon EC2 API Reference.
This field is autopopulated if not provided.
tags (dict) –
The tags for Image Builder to apply to the image resource that’s created when pipeline execution starts.
(string) –
(string) –
- Return type:
dict
- Returns:
Response Syntax
{ 'requestId': 'string', 'clientToken': 'string', 'imageBuildVersionArn': 'string' }
Response Structure
(dict) –
requestId (string) –
The request ID that uniquely identifies this request.
clientToken (string) –
The client token that uniquely identifies the request.
imageBuildVersionArn (string) –
The Amazon Resource Name (ARN) of the image that the request created.
Exceptions
imagebuilder.Client.exceptions.ServiceExceptionimagebuilder.Client.exceptions.ClientExceptionimagebuilder.Client.exceptions.ServiceUnavailableExceptionimagebuilder.Client.exceptions.InvalidRequestExceptionimagebuilder.Client.exceptions.ResourceNotFoundExceptionimagebuilder.Client.exceptions.IdempotentParameterMismatchExceptionimagebuilder.Client.exceptions.ForbiddenExceptionimagebuilder.Client.exceptions.CallRateLimitExceededExceptionimagebuilder.Client.exceptions.ResourceInUseException