Get Server Result
data class GetServerResult(val arn: String, val certificate: String, val domain: String, val endpoint: String, val endpointType: String, val id: String, val identityProviderType: String, val invocationRole: String, val loggingRole: String, val protocols: List<String>, val securityPolicyName: String, val serverId: String, val url: String)
A collection of values returned by getServer.
Constructors
Types
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
The mode of authentication enabled for this service. The default value is SERVICE_MANAGED
, which allows you to store and access SFTP user credentials within the service. API_GATEWAY
indicates that user authentication requires a call to an API Gateway endpoint URL provided by you to integrate an identity provider of your choice.
Link copied to clipboard