aws.medialive.list_input_security_groups
Example SQL Queries
SELECT * FROMaws.medialive.list_input_security_groups;Description
Produces a list of Input Security Groups for an account
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
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| arn Unique ARN of Input Security Group | VARCHAR |
| id The Id of the Input Security Group | VARCHAR |
| inputs The list of inputs currently using this Input Security Group. | VARCHAR[] |
Show child fields
| |
| state The current state of the Input Security Group. | VARCHAR |
| tags A collection of key-value pairs. | MAP(VARCHAR, VARCHAR) |
| whitelist_rules Whitelist rules and their sync status | STRUCT( |
Show child fields
| |