aws.cloudformation.describe_publisher
Example SQL Queries
SELECT * FROMaws.cloudformation.describe_publisher;Description
Returns information about a CloudFormation extension publisher.
If you don't supply a PublisherId, and you have registered as an extension publisher, DescribePublisher returns information about your own publisher account.
For more information about registering as a publisher, see:
Publishing extensions to make them available for public use in the CloudFormation CLI User Guide
Table Definition
| Column Name | Column Data Type |
|---|---|
| publisher_id Input Column The ID of the extension publisher. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| identity_provider The type of account used as the identity provider when registering this publisher with CloudFormation. | VARCHAR |
| publisher_profile The URL to the publisher's profile with the identity provider. | VARCHAR |
| publisher_status Whether the publisher is verified. Currently, all registered publishers are verified. | VARCHAR |