ListedServer
Returns properties of a file transfer protocol-enabled server that was specified.
Contents
- Arn
-
Specifies the unique Amazon Resource Name (ARN) for a server to be listed.
Type: String
Length Constraints: Minimum length of 20. Maximum length of 1600.
Pattern:
arn:\S+Required: Yes
- Domain
-
Specifies the domain of the storage system that is used for file transfers. There are two domains available: Amazon Simple Storage Service (Amazon S3) and Amazon Elastic File System (Amazon EFS). The default value is S3.
Type: String
Valid Values:
S3 | EFSRequired: No
- EndpointType
-
Specifies the type of VPC endpoint that your server is connected to. If your server is connected to a VPC endpoint, your server isn't accessible over the public internet.
Type: String
Valid Values:
PUBLIC | VPC | VPC_ENDPOINTRequired: No
- IdentityProviderType
-
The mode of authentication for a server. The default value is
SERVICE_MANAGED, which allows you to store and access user credentials within the Amazon Transfer Family service.Use
AWS_DIRECTORY_SERVICEto provide access to Active Directory groups in Amazon Directory Service for Microsoft Active Directory or Microsoft Active Directory in your on-premises environment or in Amazon using AD Connector. This option also requires you to provide a Directory ID by using theIdentityProviderDetailsparameter.Use the
API_GATEWAYvalue to integrate with an identity provider of your choosing. TheAPI_GATEWAYsetting requires you to provide an Amazon API Gateway endpoint URL to call for authentication by using theIdentityProviderDetailsparameter.Use the
AWS_LAMBDAvalue to directly use an Amazon Lambda function as your identity provider. If you choose this value, you must specify the ARN for the Lambda function in theFunctionparameter for theIdentityProviderDetailsdata type.Type: String
Valid Values:
SERVICE_MANAGED | API_GATEWAY | AWS_DIRECTORY_SERVICE | AWS_LAMBDARequired: No
- LoggingRole
-
The Amazon Resource Name (ARN) of the Amazon Identity and Access Management (IAM) role that allows a server to turn on Amazon CloudWatch logging for Amazon S3 or Amazon EFS events. When set, you can view user activity in your CloudWatch logs.
Type: String
Length Constraints: Minimum length of 20. Maximum length of 2048.
Pattern:
arn:.*role/\S+Required: No
- ServerId
-
Specifies the unique system assigned identifier for the servers that were listed.
Type: String
Length Constraints: Fixed length of 19.
Pattern:
s-([0-9a-f]{17})Required: No
- State
-
The condition of the server that was described. A value of
ONLINEindicates that the server can accept jobs and transfer files. AStatevalue ofOFFLINEmeans that the server cannot perform file transfer operations.The states of
STARTINGandSTOPPINGindicate that the server is in an intermediate state, either not fully able to respond, or not fully offline. The values ofSTART_FAILEDorSTOP_FAILEDcan indicate an error condition.Type: String
Valid Values:
OFFLINE | ONLINE | STARTING | STOPPING | START_FAILED | STOP_FAILEDRequired: No
- UserCount
-
Specifies the number of users that are assigned to a server you specified with the
ServerId.Type: Integer
Required: No
See Also
For more information about using this API in one of the language-specific Amazon SDKs, see the following: