aws.pca_connector_scep.list_challenge_metadata
Example SQL Queries
SELECT * FROMaws.pca_connector_scep.list_challenge_metadataWHERE"connector_arn" = 'VALUE';Description
Retrieves the challenge metadata for the specified ARN.
Table Definition
| Column Name | Column Data Type |
|---|---|
| connector_arn Required Input Column The Amazon Resource Name (ARN) of the connector. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| arn The Amazon Resource Name (ARN) of the challenge. | VARCHAR |
| created_at The date and time that the challenge was created. | TIMESTAMP_S |
| updated_at The date and time that the challenge was updated. | TIMESTAMP_S |