AWS SDK Version 2 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

.NET Framework 4.5
 
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 life cycle state of the mount target is not "deleted".

This operation requires permissions for the following actions:

Namespace: Amazon.ElasticFileSystem
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public virtual DescribeMountTargetSecurityGroupsResponse DescribeMountTargetSecurityGroups(
         String mountTargetId
)

Parameters

mountTargetId
Type: System.String

The ID of the mount target whose security groups you want to retrieve.

Return Value
Type: Amazon.ElasticFileSystem.Model.DescribeMountTargetSecurityGroupsResponse
The response from the DescribeMountTargetSecurityGroups service method, as returned by ElasticFileSystem.

Exceptions

ExceptionCondition
BadRequestException Returned if the request is malformed or contains an error such as an invalid parameter value or a missing required parameter.
IncorrectMountTargetStateException Returned if the mount target is not in the correct state for the operation.
InternalServerErrorException Returned if an error occurred on the server side.
MountTargetNotFoundException Returned if there is no mount target with the specified ID is found in the caller's account.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5