hook_default_version
Gets an individual hook_default_version
resource
Overview
Name | hook_default_version |
Type | Resource |
Description | hook_default_version |
Id | awscc.cloudformation.hook_default_version |
Fields
Name | Datatype | Description |
---|---|---|
type_version_arn | string | The Amazon Resource Name (ARN) of the type version. |
type_name | string | The name of the type being registered.<br/><br/>We recommend that type names adhere to the following pattern: company_or_organization::service::type. |
arn | string | The Amazon Resource Name (ARN) of the type. This is used to uniquely identify a HookDefaultVersion |
version_id | string | The ID of an existing version of the hook to set as the default. |
region | string | AWS 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