publishers_list_only
Lists publishers
in a region or regions, for all properties use publishers
Overview
Name | publishers_list_only |
Type | Resource |
Description | Register as a publisher in the CloudFormation Registry. |
Id | aws.cloudformation.publishers_list_only |
Fields
Name | Datatype | Description |
---|---|---|
publisher_id | string | The publisher id assigned by CloudFormation for publishing in this region. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all publishers
in a region.
SELECT
region,
publisher_id
FROM aws.cloudformation.publishers_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the publishers_list_only
resource, see publishers