AWS CodePipeline

Put approval result

Cette page n'est pas encore disponible en français, sa traduction est en cours.
Si vous avez des questions ou des retours sur notre projet de traduction actuel, n'hésitez pas à nous contacter.

Provides the response to a manual approval request to CodePipeline. Valid responses include Approved and Rejected.

Inputs

Expand All

Champ

Type

Description

region [required]

enum

default: us-east-1

pipelineName [required]

string

The name of the pipeline that contains the action.

stageName [required]

string

The name of the stage that contains the action.

actionName [required]

string

The name of the action for which approval is requested.

result [required]

object

Represents information about the result of the approval request.

summary [required]

string

The summary of the current status of the approval request.

status [required]

string

The response submitted by a reviewer assigned to an approval action request.

token [required]

string

The system-generated token used to identify a unique approval request. The token for each open approval request can be obtained using the GetPipelineState action. It is used to validate that the approval request corresponding to this token is still valid.

Outputs

Champ

Type

Description

amzRequestId [required]

string

approvedAt

date-time

The timestamp showing when the approval or rejection was submitted.