aws.efs.describe_mount_target_security_groups
Example SQL Queries
SELECT * FROMaws.efs.describe_mount_target_security_groupsWHERE"mount_target_id" = 'VALUE';Description
Returns the security groups currently in effect for a mount target. This operation requires that the network interface of the mount target has been created and the lifecycle state of the mount target is not deleted.
This operation requires permissions for the following actions:
elasticfilesystem:DescribeMountTargetSecurityGroups action on the mount target's file system.
ec2:DescribeNetworkInterfaceAttribute action on the mount target's network interface.
Table Definition
| Column Name | Column Data Type |
|---|---|
| mount_target_id Required Input Column The ID of the mount target whose security groups you want to retrieve. | 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
| |
| security_groups An array of security groups. | VARCHAR[] |
Show child fields
| |