type_activations
Retrieves a list of type_activations
in a region
Overview
Name | type_activations |
Type | Resource |
Description | type_activations |
Id | awscc.cloudformation.type_activations |
Fields
Name | Datatype | Description |
---|---|---|
arn | string | The Amazon Resource Name (ARN) of the extension. |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
arn
FROM awscc.cloudformation.type_activations
WHERE region = 'us-east-1'
Permissions
To operate on the type_activations
resource, the following permissions are required:
Create
cloudformation:ActivateType,
cloudformation:DescribeType,
iam:PassRole
List
cloudformation:ListTypes