publishers
Retrieves a list of publishers
in a region
Overview
Name | publishers |
Type | Resource |
Description | publishers |
Id | awscc.cloudformation.publishers |
Fields
Name | Datatype | Description |
---|---|---|
publisher_id | string | The publisher id assigned by CloudFormation for publishing in this region. |
region | string | AWS 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