AWS Fundamentals Logo
AWS Fundamentals
AWS::CloudFormation::Publisher

CloudFormation Publisher

Register as a publisher in the CloudFormation Registry.

Properties

2 configurable properties. 1 required. Click a row to see details.

Filter:
PropertyTypeFlags
AcceptTermsAndConditions
boolean
RequiredCreate-only
ConnectionArn
string
Create-only

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
IdentityProviderstringThe type of account used as the identity provider when registering this publisher with CloudFormation.
PublisherIdstringThe reserved publisher id for this type, or the publisher id assigned by CloudFormation for publishing in this region.
PublisherProfilestringThe URL to the publisher's profile with the identity provider.
PublisherStatusstringWhether the publisher is verified.

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::CloudFormation::Publisher

Resources:
  MyResource:
    Type: AWS::CloudFormation::Publisher
    Properties:
      AcceptTermsAndConditions: true

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

cloudformation:RegisterPublishercloudformation:DescribePublishercodestar-connections:GetConnectioncodestar-connections:UseConnection

read

cloudformation:DescribePublisher

delete

list

cloudformation:DescribePublisher

Get the CloudFormation Cheat Sheet

Everything you need to know about CloudFormation on one page. HD quality, print-friendly.

Download Free Infographic

Quick Facts

ServiceCloudFormation
Properties6
Required1
TaggingNot supported
Primary IDPublisherId

Supported Operations

CreateReadDeleteList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

AcceptTermsAndConditionsConnectionArn

External Links