AWS Fundamentals Logo
AWS Fundamentals
AWS::CloudFormation::ResourceDefaultVersion

CloudFormation ResourceDefaultVersion

The default version of a resource that has been registered in the CloudFormation Registry.

Properties

3 configurable properties. Click a row to see details.

Filter:
PropertyTypeFlags
TypeName
string
TypeVersionArn
string
VersionId
string

Return Values

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

AttributeTypeDescription
ArnstringThe Amazon Resource Name (ARN) of the type. This is used to uniquely identify a ResourceDefaultVersion

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

Resources:
  MyResource:
    Type: AWS::CloudFormation::ResourceDefaultVersion
    Properties:

Required IAM Permissions

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

read

cloudformation:DescribeType

create

cloudformation:SetTypeDefaultVersion

update

cloudformation:SetTypeDefaultVersion

list

cloudformation:ListTypeVersions

delete

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
Properties4
Required0
TaggingNot supported
Primary IDArn

Supported Operations

ReadCreateUpdateListDelete

External Links