Values.RuleExecutionInputSourceInput information used for a rule execution.
type nonrec t = {ruleTypeId : RuleTypeId.t option;The ID for the rule type, which is made up of the combined values for category, owner, provider, and version. For more information about conditions, see Stage conditions. For more information about rules, see the CodePipeline rule reference.
*)configuration : RuleConfigurationMap.t option;Configuration data for a rule execution, such as the resolved values for that run.
*)resolvedConfiguration : ResolvedRuleConfigurationMap.t option;Configuration data for a rule execution with all variable references replaced with their real values for the execution.
*)roleArn : RoleArn.t option;The ARN of the IAM service role that performs the declared rule. This is assumed through the roleArn for the pipeline.
*)region : AWSRegionName.t option;The Amazon Web Services Region for the rule, such as us-east-1.
*)inputArtifacts : ArtifactDetailList.t option;Details of input artifacts of the rule that correspond to the rule execution.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `String of ArtifactName.t
| `Structure of
(string * [> `String of S3Bucket.t ]) list ])
list ]
list
| `Map of
([> `String of RuleConfigurationKey.t ]
* [> `String of RuleConfigurationValue.t ])
list
| `String of RoleArn.t
| `Structure of
(string * [> `Enum of string | `String of RuleProvider.t ]) list ])
list ]