Skip to main content

publishers

Retrieves a list of publishers in a region

Overview

Namepublishers
TypeResource
Descriptionpublishers
Idawscc.cloudformation.publishers

Fields

NameDatatypeDescription
publisher_idstringThe publisher id assigned by CloudFormation for publishing in this region.
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
publisher_id
FROM awscc.cloudformation.publishers
WHERE region = 'us-east-1'

Permissions

To operate on the publishers resource, the following permissions are required:

Create

cloudformation:RegisterPublisher,
cloudformation:DescribePublisher,
codestar-connections:GetConnection,
codestar-connections:UseConnection

List

cloudformation:DescribePublisher