challenges_list_only
Lists challenges in a region or regions, for all properties use challenges
Overview
| Name | challenges_list_only |
| Type | Resource |
| Description | Represents a SCEP Challenge that is used for certificate enrollment |
| Id | aws.pcaconnectorscep.challenges_list_only |
Fields
| Name | Datatype | Description |
|---|---|---|
challenge_arn | string | |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
SELECT examples
Lists all challenges in a region.
SELECT
region,
challenge_arn
FROM aws.pcaconnectorscep.challenges_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the challenges_list_only resource, see challenges