aws.frauddetector.describe_detector
Example SQL Queries
SELECT * FROMaws.frauddetector.describe_detectorWHERE"detector_id" = 'VALUE';Description
Gets all versions for a specified detector.
Table Definition
| Column Name | Column Data Type |
|---|---|
| detector_id Required Input Column The detector ID. | VARCHAR |
| max_results Input Column The maximum number of results to return for the request. | BIGINT |
| next_token Input Column The next token to be used for subsequent requests. | 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
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| arn The detector ARN. | VARCHAR |
| detector_version_summaries The status and description for each detector version. | STRUCT( |
Show child fields
| |