Skip to content

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:

Usage

cloudformation_describe_publisher(PublisherId)

Arguments

PublisherId

The ID of the 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.

Value

A list with the following syntax:

list(
  PublisherId = "string",
  PublisherStatus = "VERIFIED"|"UNVERIFIED",
  IdentityProvider = "AWS_Marketplace"|"GitHub"|"Bitbucket",
  PublisherProfile = "string"
)

Request syntax

svc$describe_publisher(
  PublisherId = "string"
)