Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
awscli / awscli / examples / globalaccelerator / describe-custom-routing-accelerator-attributes.rst
Size: Mime:
**To describe a custom routing accelerator's attributes**

The following ``describe-custom-routing-accelerator-attributes`` example describes the attributes for a custom routing accelerator. ::

    aws globalaccelerator describe-custom-routing-accelerator-attributes \
       --accelerator-arn arn:aws:globalaccelerator::012345678901:accelerator/1234abcd-abcd-1234-abcd-1234abcdefgh

Output::

    {
        "AcceleratorAttributes": {
        "FlowLogsEnabled": false
        }
    }

For more information, see `Custom routing accelerators in AWS Global Accelerator <https://docs.aws.amazon.com/global-accelerator/latest/dg/about-custom-routing-accelerators.html>`__ in the *AWS Global Accelerator Developer Guide*.