EFS / Client / describe_file_system_policy
describe_file_system_policy¶
- EFS.Client.describe_file_system_policy(**kwargs)¶
- Returns the - FileSystemPolicyfor the specified EFS file system.- This operation requires permissions for the - elasticfilesystem:DescribeFileSystemPolicyaction.- See also: AWS API Documentation - Request Syntax- response = client.describe_file_system_policy( FileSystemId='string' ) - Parameters:
- FileSystemId (string) – - [REQUIRED] - Specifies which EFS file system to retrieve the - FileSystemPolicyfor.
- Return type:
- dict 
- Returns:
- Response Syntax- { 'FileSystemId': 'string', 'Policy': 'string' } - Response Structure- (dict) – - FileSystemId (string) – - Specifies the EFS file system to which the - FileSystemPolicyapplies.
- Policy (string) – - The JSON formatted - FileSystemPolicyfor the EFS file system.
 
 
 - Exceptions- EFS.Client.exceptions.BadRequest
- EFS.Client.exceptions.InternalServerError
- EFS.Client.exceptions.FileSystemNotFound
- EFS.Client.exceptions.PolicyNotFound