Describe Publisher
| cloudformation_describe_publisher | R Documentation |
Returns information about a CloudFormation extension publisher¶
Description¶
Returns information about a CloudFormation extension publisher.
If you don't supply a PublisherId, and you have registered as an
extension publisher, describe_publisher returns information about your
own publisher account.
For more information about registering as a publisher, see:
-
register_publisher -
Publishing extensions to make them available for public use in the CloudFormation CLI User Guide
Usage¶
Arguments¶
PublisherIdThe ID of the extension publisher.
If you don't supply a
PublisherId, and you have registered as an extension publisher,describe_publisherreturns information about your own publisher account.
Value¶
A list with the following syntax:
list(
PublisherId = "string",
PublisherStatus = "VERIFIED"|"UNVERIFIED",
IdentityProvider = "AWS_Marketplace"|"GitHub"|"Bitbucket",
PublisherProfile = "string"
)