AWS Fundamentals Logo
AWS Fundamentals
AWS::CloudFormation::TypeActivation

CloudFormation TypeActivation

Enable a resource that has been published in the CloudFormation Registry.

Properties

10 configurable properties. Click a row to see details.

Filter:
PropertyTypeFlags
AutoUpdate
boolean
Write-only
ExecutionRoleArn
string
Write-only
LoggingConfig
LoggingConfig
Create-onlyWrite-only
MajorVersion
string
Write-only
PublicTypeArn
string
PublisherId
string
Type
string
Write-only
TypeName
string
TypeNameAlias
string
VersionBump
string
Write-only

Return Values

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

AttributeTypeDescription
ArnstringThe Amazon Resource Name (ARN) of the extension.

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

Resources:
  MyResource:
    Type: AWS::CloudFormation::TypeActivation
    Properties:

Required IAM Permissions

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

create

cloudformation:ActivateTypecloudformation:DescribeTypeiam:PassRole

update

cloudformation:ActivateTypecloudformation:DescribeTypeiam:PassRole

read

cloudformation:DescribeType

delete

cloudformation:DeactivateTypecloudformation:DescribeType

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

Supported Operations

CreateUpdateReadDeleteList

Immutable After Creation

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

LoggingConfig

External Links