AWS Fundamentals Logo
AWS Fundamentals
AWS::CloudFormation::HookTypeConfig

CloudFormation HookTypeConfig

Specifies the configuration data for a registered hook in CloudFormation Registry.

Properties

4 configurable properties. Click a row to see details.

Filter:
PropertyTypeFlags
Configuration
string
ConfigurationAlias
string
Create-only
TypeArn
string
TypeName
string

Return Values

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

AttributeTypeDescription
ConfigurationArnstringThe Amazon Resource Name (ARN) for the configuration data, in this account and region.

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

Resources:
  MyResource:
    Type: AWS::CloudFormation::HookTypeConfig
    Properties:

Required IAM Permissions

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

create

cloudformation:SetTypeConfiguration

read

cloudformation:BatchDescribeTypeConfigurations

update

cloudformation:SetTypeConfiguration

delete

cloudformation:SetTypeConfiguration

list

cloudformation:ListTypescloudformation:BatchDescribeTypeConfigurations

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
Properties5
Required0
TaggingNot supported
Primary IDConfigurationArn

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

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

ConfigurationAlias

External Links