Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
aws
GitHub Repository: aws/aws-cli
Path: blob/develop/awscli/examples/cloudformation/describe-publisher.rst
1567 views
**To describe a publisher**

The following ``describe-publisher`` example configures the information for a publisher. ::

    aws cloudformation describe-publisher \
        --region us-west-2 \
        --publisher-id 000q6TfUovXsEMmgKowxDZLlwqr2QUsh

Output::

    {
        "PublisherId": "000q6TfUovXsEMmgKowxDZLlwqr2QUshd2e75c8c",
        "PublisherStatus": "VERIFIED",
        "IdentityProvider": "AWS_Marketplace",
        "PublisherProfile": "https://aws.amazon.com/marketplace/seller-profile?id=2c5dc1f0-17cd-4259-8e46-822a83gdtegd"
    }

For more information, see `Using the AWS CloudFormation registry <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/registry.html>`__ in the *AWS CloudFormation User Guide*.