https://t.me/RX1948
Server : Apache
System : Linux iad1-shared-b8-43 6.6.49-grsec-jammy+ #10 SMP Thu Sep 12 23:23:08 UTC 2024 x86_64
User : dh_edsupp ( 6597262)
PHP Version : 8.2.26
Disable Function : NONE
Directory :  /lib/python3/dist-packages/awscli/examples/codecommit/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : //lib/python3/dist-packages/awscli/examples/codecommit/get-repository-triggers.rst
**To get information about triggers in a repository**

This example shows details about triggers configured for an AWS CodeCommit repository named ``MyDemoRepo``. ::

    aws codecommit get-repository-triggers \
        --repository-name MyDemoRepo

Output::

    {
        "configurationId": "f7579e13-b83e-4027-aaef-650c0EXAMPLE",
        "triggers": [
            {
                "destinationArn": "arn:aws:sns:us-east-1:111111111111:MyCodeCommitTopic",
                "branches": [
                    "main",
                    "preprod"
                ],
                "name": "MyFirstTrigger",
                "customData": "",
                "events": [
                    "all"
                ]
            },
            {
                "destinationArn": "arn:aws:lambda:us-east-1:111111111111:function:MyCodeCommitPythonFunction",
                "branches": [],
                "name": "MySecondTrigger",
                "customData": "EXAMPLE",
                "events": [
                    "all"
                ]
            }
        ]
    }

https://t.me/RX1948 - 2025