aws.frauddetector.get_entity_types
Example SQL Queries
SELECT * FROMaws.frauddetector.get_entity_types;Description
Gets all entity types or a specific entity type if a name is specified. This is a paginated API. If you provide a null maxResults, this action retrieves a maximum of 10 records per page. If you provide a maxResults, the value must be between 5 and 10. To get the next page results, provide the pagination token from the GetEntityTypesResponse as part of your request. A null pagination token fetches the records from the beginning.
Table Definition
| Column Name | Column Data Type |
|---|---|
| max_results Input Column The maximum number of objects to return for the request. | BIGINT |
| name Input Column The name. | VARCHAR |
| next_token Input Column The next page token. | 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 |
| entity_types An array of entity types. | STRUCT( |
Show child fields
| |