Get Location Object Storage Result
data class GetLocationObjectStorageResult(val accessKey: String? = null, val agentArns: List<String>? = null, val locationArn: String? = null, val locationUri: String? = null, val serverCertificate: String? = null, val serverPort: Int? = null, val serverProtocol: LocationObjectStorageServerProtocol? = null, val tags: List<Tag>? = null)
Properties
Link copied to clipboard
The Amazon Resource Name (ARN) of the location that is created.
Link copied to clipboard
The URL of the object storage location that was described.
Link copied to clipboard
X.509 PEM content containing a certificate authority or chain to trust.
Link copied to clipboard
The port that your self-managed server accepts inbound network traffic on.
Link copied to clipboard
The protocol that the object storage server uses to communicate.