Skip to main content

type_activations

Retrieves a list of type_activations in a region

Overview

Nametype_activations
TypeResource
Descriptiontype_activations
Idawscc.cloudformation.type_activations

Fields

NameDatatypeDescription
arnstringThe Amazon Resource Name (ARN) of the extension.
regionstringAWS 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