servers
Describes the properties of a file transfer protocol-enabled server that was specified.
Overview
Name | servers |
Type | Resource |
Description | Describes the properties of a file transfer protocol-enabled server that was specified. |
Id | aws.transfer.servers |
Fields
Name | Datatype | Description |
---|---|---|
arn | string | |
certificate | object | Resource Type definition for AWS::Transfer::Certificate |
protocol_details | object | The protocol settings that are configured for your server. |
domain | string | |
endpoint_details | object | The virtual private cloud (VPC) endpoint settings that are configured for your file transfer protocol-enabled server. With a VPC endpoint, you can restrict access to your server and resources only within your VPC. To control incoming internet traffic, invoke the After May 19, 2021, you won't be able to create a server using For more information, see https://docs.aws.amazon.com/transfer/latest/userguide/create-server-in-vpc.html#deprecate-vpc-endpoint. |
endpoint_type | string | |
host_key_fingerprint | string | |
identity_provider_details | object | Returns information related to the type of user authentication that is in use for a file transfer protocol-enabled server's users. A server can have only one method of authentication. |
identity_provider_type | string | The mode of authentication for a server. The default value is Use Use the Use the |
logging_role | string | |
post_authentication_login_banner | string | |
pre_authentication_login_banner | string | |
protocols | array | |
s3_storage_options | object | |
security_policy_name | string | |
server_id | string | |
state | string | Describes the condition of a file transfer protocol-enabled server with respect to its ability to perform file operations. There are six possible states: |
tags | array | |
user_count | integer | |
workflow_details | object | Container for the WorkflowDetail data type. It is used by actions that trigger a workflow to begin execution. |
structured_log_destinations | array | |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
describe_server | SELECT | data__ServerId, region |
list_servers | SELECT | region |
create_server | INSERT | region |
delete_server | DELETE | data__ServerId, region |
update_server | UPDATE | data__ServerId, region |
start_server | EXEC | data__ServerId, region |
stop_server | EXEC | region |