Skip to main content

hook_default_version

Gets an individual hook_default_version resource

Overview

Namehook_default_version
TypeResource
Descriptionhook_default_version
Idawscc.cloudformation.hook_default_version

Fields

NameDatatypeDescription
type_version_arnstringThe Amazon Resource Name (ARN) of the type version.
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.
arnstringThe Amazon Resource Name (ARN) of the type. This is used to uniquely identify a HookDefaultVersion
version_idstringThe ID of an existing version of the hook to set as the default.
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
type_version_arn,
type_name,
arn,
version_id
FROM awscc.cloudformation.hook_default_version
WHERE data__Identifier = '<Arn>';

Permissions

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

Read

cloudformation:DescribeType

Update

cloudformation:SetTypeDefaultVersion