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
 
Modifies the set of security groups in effect for a mount target.

When you create a mount target, Amazon EFS also creates a new network interface (see CreateMountTarget). This operation replaces the security groups in effect for the network interface associated with a mount target, with the SecurityGroups provided in the request. 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".

The operation requires permissions for the following actions:

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

Syntax

C#
public abstract ModifyMountTargetSecurityGroupsResponse ModifyMountTargetSecurityGroups(
         ModifyMountTargetSecurityGroupsRequest request
)

Parameters

request
Type: Amazon.ElasticFileSystem.Model.ModifyMountTargetSecurityGroupsRequest

Container for the necessary parameters to execute the ModifyMountTargetSecurityGroups service method.

Return Value
Type: Amazon.ElasticFileSystem.Model.ModifyMountTargetSecurityGroupsResponse
The response from the ModifyMountTargetSecurityGroups 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.
SecurityGroupLimitExceededException Returned if the size of SecurityGroups specified in the request is greater than five.
SecurityGroupNotFoundException Returned if one of the specified security groups does not exist in the subnet's VPC.

Version Information

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