aws.emr.list_security_configurations
Example SQL Queries
SELECT * FROMaws.emr.list_security_configurations;Description
Lists all the security configurations visible to this account, providing their creation dates and times, and their names. This call returns a maximum of 50 clusters per call, but returns a marker to track the paging of the cluster list across multiple ListSecurityConfigurations calls.
Table Definition
| Column Name | Column Data Type |
|---|---|
| _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
| |
| creation_date_time The date and time the security configuration was created. | TIMESTAMP_S |
| name The name of the security configuration. | VARCHAR |