Module Values.PipelineTriggerDeclarationSource

Represents information about the specified trigger configuration, such as the filter criteria and the source stage for the action that contains the trigger. This is only supported for the CodeStarSourceConnection action type. When a trigger configuration is specified, default change detection for repository and branch commits is disabled.

Sourcetype nonrec t = {
  1. providerType : PipelineTriggerProviderType.t;
    (*

    The source provider for the event, such as connections configured for a repository with Git tags, for the specified trigger configuration.

    *)
  2. gitConfiguration : GitConfiguration.t;
    (*

    Provides the filter criteria and the source stage for the repository event that starts the pipeline, such as Git tags.

    *)
}
Sourceval context_ : string
Sourceval make : providerType:PipelineTriggerProviderType.t -> gitConfiguration:GitConfiguration.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `Structure of (string * [> `List of [> `Structure of (string * [> `List of [> `Enum of string ] list | `Structure of (string * [> `List of [> `String of GitTagNamePattern.t ] list ]) list ]) list ] list | `String of ActionName.t ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t