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 |
---|---|---|
accept_terms_and_conditions | boolean | Whether you accept the terms and conditions for publishing extensions in the CloudFormation registry. You must accept the terms and conditions in order to publish public extensions to the CloudFormation registry. The terms and conditions can be found at https://cloudformation-registry-documents.s3.amazonaws.com/Terms_and_Conditions_for_AWS_CloudFormation_Registry_Publishers.pdf |
publisher_id | string | The publisher id assigned by CloudFormation for publishing in this region. |
connection_arn | string | If you are using a Bitbucket or GitHub account for identity verification, the Amazon Resource Name (ARN) for your connection to that account. |
publisher_status | string | Whether the publisher is verified. |
publisher_profile | string | The URL to the publisher's profile with the identity provider. |
identity_provider | string | The type of account used as the identity provider when registering this publisher with CloudFormation. |
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