Skip to main content

hook_type_config

Gets an individual hook_type_config resource

Overview

Namehook_type_config
TypeResource
Descriptionhook_type_config
Idawscc.cloudformation.hook_type_config

Fields

NameDatatypeDescription
type_arnstringThe Amazon Resource Name (ARN) of the type without version number.
type_namestringThe name of the type being registered.<br/><br/>We recommend that type names adhere to the following pattern: company_or_organization::service::type.
configuration_arnstringThe Amazon Resource Name (ARN) for the configuration data, in this account and region.
configurationstringThe configuration data for the extension, in this account and region.
configuration_aliasstringAn alias by which to refer to this extension configuration data.
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
type_arn,
type_name,
configuration_arn,
configuration,
configuration_alias
FROM awscc.cloudformation.hook_type_config
WHERE data__Identifier = '<ConfigurationArn>';

Permissions

To operate on the hook_type_config resource, the following permissions are required:

Read

cloudformation:BatchDescribeTypeConfigurations

Update

cloudformation:SetTypeConfiguration

Delete

cloudformation:SetTypeConfiguration