Class: Aws::Transfer::Types::DescribedServer

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-transfer/types.rb

Overview

Describes the properties of the server that was specified. Information returned includes the following: the server Amazon Resource Name (ARN), the authentication configuration and type, the logging role, the server ID and state, and assigned tags or metadata.

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

Specifies the unique Amazon Resource Name (ARN) for the server to be described.

Returns:

  • (String)


521
522
523
524
525
526
527
528
529
530
531
532
533
534
# File 'lib/aws-sdk-transfer/types.rb', line 521

class DescribedServer < Struct.new(
  :arn,
  :endpoint_details,
  :endpoint_type,
  :host_key_fingerprint,
  :identity_provider_details,
  :identity_provider_type,
  :logging_role,
  :server_id,
  :state,
  :tags,
  :user_count)
  include Aws::Structure
end

#endpoint_detailsTypes::EndpointDetails

The virtual private cloud (VPC) endpoint settings that you configured for your SFTP server.



521
522
523
524
525
526
527
528
529
530
531
532
533
534
# File 'lib/aws-sdk-transfer/types.rb', line 521

class DescribedServer < Struct.new(
  :arn,
  :endpoint_details,
  :endpoint_type,
  :host_key_fingerprint,
  :identity_provider_details,
  :identity_provider_type,
  :logging_role,
  :server_id,
  :state,
  :tags,
  :user_count)
  include Aws::Structure
end

#endpoint_typeString

The type of endpoint that your SFTP server is connected to. If your SFTP server is connected to a VPC endpoint, your server isn’t accessible over the public internet.

Returns:

  • (String)


521
522
523
524
525
526
527
528
529
530
531
532
533
534
# File 'lib/aws-sdk-transfer/types.rb', line 521

class DescribedServer < Struct.new(
  :arn,
  :endpoint_details,
  :endpoint_type,
  :host_key_fingerprint,
  :identity_provider_details,
  :identity_provider_type,
  :logging_role,
  :server_id,
  :state,
  :tags,
  :user_count)
  include Aws::Structure
end

#host_key_fingerprintString

This value contains the message-digest algorithm (MD5) hash of the server’s host key. This value is equivalent to the output of the ‘ssh-keygen -l -E md5 -f my-new-server-key` command.

Returns:

  • (String)


521
522
523
524
525
526
527
528
529
530
531
532
533
534
# File 'lib/aws-sdk-transfer/types.rb', line 521

class DescribedServer < Struct.new(
  :arn,
  :endpoint_details,
  :endpoint_type,
  :host_key_fingerprint,
  :identity_provider_details,
  :identity_provider_type,
  :logging_role,
  :server_id,
  :state,
  :tags,
  :user_count)
  include Aws::Structure
end

#identity_provider_detailsTypes::IdentityProviderDetails

Specifies information to call a customer-supplied authentication API. This field is not populated when the ‘IdentityProviderType` of the server is `SERVICE_MANAGED`&gt;.



521
522
523
524
525
526
527
528
529
530
531
532
533
534
# File 'lib/aws-sdk-transfer/types.rb', line 521

class DescribedServer < Struct.new(
  :arn,
  :endpoint_details,
  :endpoint_type,
  :host_key_fingerprint,
  :identity_provider_details,
  :identity_provider_type,
  :logging_role,
  :server_id,
  :state,
  :tags,
  :user_count)
  include Aws::Structure
end

#identity_provider_typeString

This property defines the mode of authentication method enabled for this service. A value of ‘SERVICE_MANAGED` means that you are using this server to store and access SFTP user credentials within the service. A value of `API_GATEWAY` indicates that you have integrated an API Gateway endpoint that will be invoked for authenticating your user into the service.

Returns:

  • (String)


521
522
523
524
525
526
527
528
529
530
531
532
533
534
# File 'lib/aws-sdk-transfer/types.rb', line 521

class DescribedServer < Struct.new(
  :arn,
  :endpoint_details,
  :endpoint_type,
  :host_key_fingerprint,
  :identity_provider_details,
  :identity_provider_type,
  :logging_role,
  :server_id,
  :state,
  :tags,
  :user_count)
  include Aws::Structure
end

#logging_roleString

This property is an AWS Identity and Access Management (IAM) entity that allows the server to turn on Amazon CloudWatch logging for Amazon S3 events. When set, user activity can be viewed in your CloudWatch logs.

Returns:

  • (String)


521
522
523
524
525
526
527
528
529
530
531
532
533
534
# File 'lib/aws-sdk-transfer/types.rb', line 521

class DescribedServer < Struct.new(
  :arn,
  :endpoint_details,
  :endpoint_type,
  :host_key_fingerprint,
  :identity_provider_details,
  :identity_provider_type,
  :logging_role,
  :server_id,
  :state,
  :tags,
  :user_count)
  include Aws::Structure
end

#server_idString

This property is a unique system-assigned identifier for the SFTP server that you instantiate.

Returns:

  • (String)


521
522
523
524
525
526
527
528
529
530
531
532
533
534
# File 'lib/aws-sdk-transfer/types.rb', line 521

class DescribedServer < Struct.new(
  :arn,
  :endpoint_details,
  :endpoint_type,
  :host_key_fingerprint,
  :identity_provider_details,
  :identity_provider_type,
  :logging_role,
  :server_id,
  :state,
  :tags,
  :user_count)
  include Aws::Structure
end

#stateString

The condition of the SFTP server for the server that was described. A value of ‘ONLINE` indicates that the server can accept jobs and transfer files. A `State` value of `OFFLINE` means that the server cannot perform file transfer operations.

The states of ‘STARTING` and `STOPPING` indicate that the server is in an intermediate state, either not fully able to respond, or not fully offline. The values of `START_FAILED` or `STOP_FAILED` can indicate an error condition.

Returns:

  • (String)


521
522
523
524
525
526
527
528
529
530
531
532
533
534
# File 'lib/aws-sdk-transfer/types.rb', line 521

class DescribedServer < Struct.new(
  :arn,
  :endpoint_details,
  :endpoint_type,
  :host_key_fingerprint,
  :identity_provider_details,
  :identity_provider_type,
  :logging_role,
  :server_id,
  :state,
  :tags,
  :user_count)
  include Aws::Structure
end

#tagsArray<Types::Tag>

This property contains the key-value pairs that you can use to search for and group servers that were assigned to the server that was described.

Returns:



521
522
523
524
525
526
527
528
529
530
531
532
533
534
# File 'lib/aws-sdk-transfer/types.rb', line 521

class DescribedServer < Struct.new(
  :arn,
  :endpoint_details,
  :endpoint_type,
  :host_key_fingerprint,
  :identity_provider_details,
  :identity_provider_type,
  :logging_role,
  :server_id,
  :state,
  :tags,
  :user_count)
  include Aws::Structure
end

#user_countInteger

The number of users that are assigned to the SFTP server you specified with the ‘ServerId`.

Returns:

  • (Integer)


521
522
523
524
525
526
527
528
529
530
531
532
533
534
# File 'lib/aws-sdk-transfer/types.rb', line 521

class DescribedServer < Struct.new(
  :arn,
  :endpoint_details,
  :endpoint_type,
  :host_key_fingerprint,
  :identity_provider_details,
  :identity_provider_type,
  :logging_role,
  :server_id,
  :state,
  :tags,
  :user_count)
  include Aws::Structure
end