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 | EFS
Required: 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_ENDPOINT
Required: 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 AWS Transfer Family service.Use
AWS_DIRECTORY_SERVICE
to provide access to Active Directory groups in AWS Directory Service for Microsoft Active Directory or Microsoft Active Directory in your on-premises environment or in AWS using AD Connector. This option also requires you to provide a Directory ID by using theIdentityProviderDetails
parameter.Use the
API_GATEWAY
value to integrate with an identity provider of your choosing. TheAPI_GATEWAY
setting requires you to provide an Amazon API Gateway endpoint URL to call for authentication by using theIdentityProviderDetails
parameter.Use the
AWS_LAMBDA
value to directly use an AWS Lambda function as your identity provider. If you choose this value, you must specify the ARN for the Lambda function in theFunction
parameter for theIdentityProviderDetails
data type.Type: String
Valid Values:
SERVICE_MANAGED | API_GATEWAY | AWS_DIRECTORY_SERVICE | AWS_LAMBDA
Required: No
- LoggingRole
-
The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role that allows a server to turn on Amazon CloudWatch logging for Amazon S3 or Amazon EFSevents. 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
ONLINE
indicates that the server can accept jobs and transfer files. AState
value ofOFFLINE
means that the server cannot perform file transfer operations.The states of
STARTING
andSTOPPING
indicate that the server is in an intermediate state, either not fully able to respond, or not fully offline. The values ofSTART_FAILED
orSTOP_FAILED
can indicate an error condition.Type: String
Valid Values:
OFFLINE | ONLINE | STARTING | STOPPING | START_FAILED | STOP_FAILED
Required: 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 AWS SDKs, see the following: