aws.emr.describe_security_configuration
Example SQL Queries
SELECT * FROMaws.emr.describe_security_configurationWHERE"name" = 'VALUE';Description
Provides the details of a security configuration by returning the configuration JSON.
Table Definition
| Column Name | Column Data Type |
|---|---|
| name Required Input Column The name of the security configuration. | 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
| |
| creation_date_time The date and time the security configuration was created | TIMESTAMP_S |
| security_configuration The security configuration details in JSON format. | VARCHAR |