Amazon S3Compatible Linked Service Response
data class AmazonS3CompatibleLinkedServiceResponse(val accessKeyId: Any? = null, val annotations: List<Any>? = null, val connectVia: IntegrationRuntimeReferenceResponse? = null, val description: String? = null, val encryptedCredential: String? = null, val forcePathStyle: Any? = null, val parameters: Map<String, ParameterSpecificationResponse>? = null, val secretAccessKey: Either<AzureKeyVaultSecretReferenceResponse, SecureStringResponse>? = null, val serviceUrl: Any? = null, val type: String)
Linked service for Amazon S3 Compatible.
Constructors
Link copied to clipboard
fun AmazonS3CompatibleLinkedServiceResponse(accessKeyId: Any? = null, annotations: List<Any>? = null, connectVia: IntegrationRuntimeReferenceResponse? = null, description: String? = null, encryptedCredential: String? = null, forcePathStyle: Any? = null, parameters: Map<String, ParameterSpecificationResponse>? = null, secretAccessKey: Either<AzureKeyVaultSecretReferenceResponse, SecureStringResponse>? = null, serviceUrl: Any? = null, type: String)