Skip to main content

challenges_list_only

Lists challenges in a region or regions, for all properties use challenges

Overview

Namechallenges_list_only
TypeResource
DescriptionRepresents a SCEP Challenge that is used for certificate enrollment
Idaws.pcaconnectorscep.challenges_list_only

Fields

NameDatatypeDescription
challenge_arnstring
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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