AWS Fundamentals Logo
AWS Fundamentals
AWS::CloudFormation::PublicTypeVersion

CloudFormation PublicTypeVersion

Test and Publish a resource that has been registered in the CloudFormation Registry.

Properties

5 configurable properties. Click a row to see details.

Filter:
PropertyTypeFlags
Arn
string
Create-onlyWrite-only
LogDeliveryBucket
string
Create-only
PublicVersionNumber
string
Create-only
Type
string
Create-only
TypeName
string
Create-only

Return Values

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

AttributeTypeDescription
PublicTypeArnstringThe Amazon Resource Number (ARN) assigned to the public extension upon publication
PublisherIdstringThe reserved publisher id for this type, or the publisher id assigned by CloudFormation for publishing in this region.
TypeVersionArnstringThe Amazon Resource Number (ARN) of the extension with the versionId.

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::PublicTypeVersion

Resources:
  MyResource:
    Type: AWS::CloudFormation::PublicTypeVersion
    Properties:

Required IAM Permissions

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

create

cloudformation:TestTypecloudformation:DescribeTypecloudformation:PublishTypecloudformation:DescribePublishers3:GetObjects3:PutObject

delete

read

cloudformation:DescribeTypecloudformation:DescribePublisher

list

cloudformation:ListTypes

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
Properties8
Required0
TaggingNot supported
Primary IDPublicTypeArn

Supported Operations

CreateDeleteReadList

Immutable After Creation

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

LogDeliveryBucketPublicVersionNumberTypeNameTypeArn

External Links