hook_type_config
Gets an individual hook_type_config
resource
Overview
Name | hook_type_config |
Type | Resource |
Description | hook_type_config |
Id | awscc.cloudformation.hook_type_config |
Fields
Name | Datatype | Description |
---|---|---|
type_arn | string | The Amazon Resource Name (ARN) of the type without version number. |
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. |
configuration_arn | string | The Amazon Resource Name (ARN) for the configuration data, in this account and region. |
configuration | string | The configuration data for the extension, in this account and region. |
configuration_alias | string | An alias by which to refer to this extension configuration data. |
region | string | AWS 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