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 structuredLogDestinations: List<String>, val url: String)
A collection of values returned by getServer.
Constructors
Link copied to clipboard
fun GetServerResult(arn: String, certificate: String, domain: String, endpoint: String, endpointType: String, id: String, identityProviderType: String, invocationRole: String, loggingRole: String, protocols: List<String>, securityPolicyName: String, serverId: String, structuredLogDestinations: List<String>, url: String)
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